mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
399 B
399 B
Home > puppeteer > PDFOptions > height
PDFOptions.height property
Sets the height of paper. You can pass in a number or a string with a unit.
Signature:
height?: string | number;