Print booklet options.
Go to Property Listing | Method Listing
BookletTypeOptions, Boolean, Number, Object, PageRange, SignatureSizeOptions, String,
|
Property |
Type |
Access |
Description |
|---|---|---|---|
|
read/write |
If true, automatically adjust margins to fit the specified printer's marks and bleed area. |
||
|
read/write |
The amount of bleed between pages. |
||
|
read/write |
The type of booklet. |
||
|
read/write |
Bottom margin of the printed booklet. |
||
|
read/write |
The amount of creep (binding adjustment based on paper thickness) to add. |
||
|
readonly |
Returns true if the object specifier resolves to valid objects. |
||
|
read/write |
Left margin of the printed booklet. |
||
|
read/write |
If true, make all margins equal to the top margin. |
||
|
read/write |
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. |
||
|
readonly |
The parent of the PrintBookletOption (a Document). |
||
|
read/write |
If true, print blank spreads. |
||
|
read/write |
A property that allows setting of several properties at the same time. |
||
|
read/write |
Right margin of the printed booklet. |
||
|
read/write |
The signature size of booklet (for perfect binding). |
||
|
read/write |
The amount of space between pages. |
||
|
read/write |
Top margin of the printed booklet. |
PrintBookletOption getElements ()
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.
Document.printBookletOptions