--- sidebar_label: PDFMargin --- # PDFMargin interface #### Signature: ```typescript export interface PDFMargin ``` ## Properties | Property | Modifiers | Type | Description | Default | | ------------------------------------------ | --------- | ---------------- | ----------------- | ------- | | [bottom?](./puppeteer.pdfmargin.bottom.md) | | string \| number | (Optional) | | | [left?](./puppeteer.pdfmargin.left.md) | | string \| number | (Optional) | | | [right?](./puppeteer.pdfmargin.right.md) | | string \| number | (Optional) | | | [top?](./puppeteer.pdfmargin.top.md) | | string \| number | (Optional) | |