Print booklet options.
Properties
| Property | Type | Access | Description |
|---|---|---|---|
| autoAdjustMargins | bool | r/w | If true, automatically adjust margins to fit the specified printer’s marks and bleed area. |
| bleedBetweenPages | number | r/w | The amount of bleed between pages. |
| bookletType | BookletTypeOptions : TWO_UP_SADDLE_STITCH TWO_UP_PERFECT_BOUND TWO_UP_CONSECUTIVE THREE_UP_CONSECUTIVE FOUR_UP_CONSECUTIVE |
r/w | The type of booklet. |
| bottomMargin | number | r/w | Bottom margin of the printed booklet. |
| creep | number | r/w | The amount of creep (binding adjustment based on paper thickness) to add. |
| leftMargin | number | r/w | Left margin of the printed booklet. |
| marginsUniformSize | bool | r/w | If true, make all margins equal to the top margin. |
| pageRange | any | 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. |
| properties | Object | r/w | A property that allows setting of several properties at the same time. |
| rightMargin | number | r/w | Right margin of the printed booklet. |
| signatureSize | SignatureSizeOptions : SIGNATURE_SIZE_4 SIGNATURE_SIZE_8 SIGNATURE_SIZE_12 SIGNATURE_SIZE_16 SIGNATURE_SIZE_32 |
r/w | The signature size of booklet (for perfect binding). |
| spaceBetweenPages | number | r/w | The amount of space between pages. |
| topMargin | number | r/w | Top margin of the printed booklet. |
Methods
Array of PrintBookletOptiongetElements ()
Resolves the object specifier, creating an array of object references.
string toSource ()
Generates a string which, if executed, will return the PrintBookletOption.
string toSpecifier ()
Retrieves the object specifier.
Element of:
Document.printBookletOptions
Returned by:
Array of PrintBookletOption PrintBookletOption .getElements (
)