docs: added units to <webview>.print() pageSize option (#34088)
This commit is contained in:
parent
97c9451efc
commit
04b33b319b
1 changed files with 1 additions and 1 deletions
|
@ -556,7 +556,7 @@ Stops any `findInPage` request for the `webview` with the provided `action`.
|
|||
* `header` string (optional) - string to be printed as page header.
|
||||
* `footer` string (optional) - string to be printed as page footer.
|
||||
* `pageSize` string | Size (optional) - Specify page size of the printed document. Can be `A3`,
|
||||
`A4`, `A5`, `Legal`, `Letter`, `Tabloid` or an Object containing `height`.
|
||||
`A4`, `A5`, `Legal`, `Letter`, `Tabloid` or an Object containing `height` in microns.
|
||||
|
||||
Returns `Promise<void>`
|
||||
|
||||
|
|
Loading…
Reference in a new issue