Skip to content

Commit

Permalink
Clarify orientation default option (qzind#950)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brett Berenz authored Mar 29, 2022
1 parent 2442cd2 commit fbcd9ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/qz-tray.js
Original file line number Diff line number Diff line change
Expand Up @@ -1342,7 +1342,8 @@ var qz = (function() {
* @param {number} [options.margins.right=0]
* @param {number} [options.margins.bottom=0]
* @param {number} [options.margins.left=0]
* @param {string} [options.orientation=null] Valid values <code>[portrait | landscape | reverse-landscape]</code>
* @param {string} [options.orientation=null] Valid values <code>[portrait | landscape | reverse-landscape | null]</code>.
* If set to <code>null</code>, orientation will be determined automatically.
* @param {number} [options.paperThickness=null]
* @param {string|number} [options.printerTray=null] Printer tray to pull from. The number N assumes string equivalent of 'Tray N'. Uses printer default if NULL.
* @param {boolean} [options.rasterize=false] Whether documents should be rasterized before printing.
Expand Down

0 comments on commit fbcd9ef

Please sign in to comment.