Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 412 Bytes

puppeteer.pdfoptions.height.md

File metadata and controls

13 lines (8 loc) · 412 Bytes

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;