puppeteer/new-docs/puppeteer.protocol.page.printtopdfrequest.marginbottom.md

14 lines
561 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Page](./puppeteer.protocol.page.md) &gt; [PrintToPDFRequest](./puppeteer.protocol.page.printtopdfrequest.md) &gt; [marginBottom](./puppeteer.protocol.page.printtopdfrequest.marginbottom.md)
## Protocol.Page.PrintToPDFRequest.marginBottom property
Bottom margin in inches. Defaults to 1cm (\~0.4 inches).
<b>Signature:</b>
```typescript
marginBottom?: number;
```