Skip to content

Commit

Permalink
[doc] Fix #6166: support 'scaleFactor' option of printing
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerwang committed Oct 17, 2017
1 parent a2fd8a2 commit de11079
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/References/Window.md
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ Print the web contents in the window with or without the need for user's interac
* `marginsType` `{Integer}` 0 - Default; 1 - No margins; 2 - minimum; 3 - Custom, see `marginsCustom`.
* `marginsCustom` `{JSON Object}` the custom margin setting; units are points.
* `copies` `{Integer}` the number of copies to print.
* `scaleFactor` `{Integer}` the scale factor; `100` is the default.
* `headerString` `{String}` string to replace the URL in the header.
* `footerString` `{String}` string to replace the URL in the footer.

Expand Down

0 comments on commit de11079

Please sign in to comment.