14 lines
484 B
Markdown
14 lines
484 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [PDFOptions](./puppeteer.pdfoptions.md) > [preferCSSPageSize](./puppeteer.pdfoptions.prefercsspagesize.md)
|
||
|
|
||
|
## PDFOptions.preferCSSPageSize property
|
||
|
|
||
|
Give any CSS `@page` size declared in the page priority over what is declared in the `width` or `height` or `format` option.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
preferCSSPageSize?: boolean;
|
||
|
```
|