Property | Type | Access | Description |
autoAdjustMargins | bool |
r/w | If true, automatically adjust margins to fit the specified printer's marks and bleed area. (default: true) |
bleedBetweenPages | Measurement Unit (Number or String) (range: 0 - 144) |
r/w | The amount of bleed between pages. |
bookletType | BookletTypeOptions: BookletTypeOptions.TWO_UP_SADDLE_STITCH BookletTypeOptions.TWO_UP_PERFECT_BOUND BookletTypeOptions.TWO_UP_CONSECUTIVE BookletTypeOptions.THREE_UP_CONSECUTIVE BookletTypeOptions.FOUR_UP_CONSECUTIVE |
r/w | The type of booklet. |
bottomMargin | Measurement Unit (Number or String) (range: 0 - 288) |
r/w | Bottom margin of the printed booklet. |
creep | Measurement Unit (Number or String) (range: -144 - 144) |
r/w | The amount of creep (binding adjustment based on paper thickness) to add. |
eventListeners | EventListeners EventListener |
readonly | A collection of event listeners. |
events | Events Event |
readonly | A collection of events. |
isValid | bool |
readonly | Returns true if the object specifier resolves to valid objects. |
leftMargin | Measurement Unit (Number or String) (range: 0 - 288) |
r/w | Left margin of the printed booklet. |
marginsUniformSize | bool |
r/w | If true, make all margins equal to the top margin. (default: false) |
pageRange | PageRange String |
r/w | The pages to print, specified either as an enumeration or a string. To specify a range, separate page numbers in the string with a hyphen (-). To specify separate pages, separate page numbers in the string with a comma (,). Can return: PageRange enumerator or String. |
parent | Document |
readonly | The parent of the PrintBookletOption (a Document). |
printBlankPrinterSpreads | bool |
r/w | If true, print blank spreads. (default: true) |
properties | Object |
r/w | A property that allows setting of several properties at the same time. |
rightMargin | Measurement Unit (Number or String) (range: 0 - 288) |
r/w | Right margin of the printed booklet. |
signatureSize | SignatureSizeOptions: SignatureSizeOptions.SIGNATURE_SIZE_4 SignatureSizeOptions.SIGNATURE_SIZE_8 SignatureSizeOptions.SIGNATURE_SIZE_12 SignatureSizeOptions.SIGNATURE_SIZE_16 SignatureSizeOptions.SIGNATURE_SIZE_32 |
r/w | The signature size of booklet (for perfect binding). |
spaceBetweenPages | Measurement Unit (Number or String) (range: 0 - 288) |
r/w | The amount of space between pages. |
topMargin | Measurement Unit (Number or String) (range: 0 - 288) |
r/w | Top margin of the printed booklet. |