Skip to content

Commit de11079

Browse files
committed
[doc] Fix nwjs#6166: support 'scaleFactor' option of printing
1 parent a2fd8a2 commit de11079

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/References/Window.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@ Print the web contents in the window with or without the need for user's interac
321321
* `marginsType` `{Integer}` 0 - Default; 1 - No margins; 2 - minimum; 3 - Custom, see `marginsCustom`.
322322
* `marginsCustom` `{JSON Object}` the custom margin setting; units are points.
323323
* `copies` `{Integer}` the number of copies to print.
324+
* `scaleFactor` `{Integer}` the scale factor; `100` is the default.
324325
* `headerString` `{String}` string to replace the URL in the header.
325326
* `footerString` `{String}` string to replace the URL in the footer.
326327

0 commit comments

Comments
 (0)