Extends
Instance Properties
Name | Description | Access |
---|---|---|
autoAdjustMargins = true | bool If true, automatically adjust margins to fit the specified printer's marks and bleed area. | read-write |
bleedBetweenPages | Measurement Unit (Number or String)=any The amount of bleed between pages. | read-write |
bookletType | BookletTypeOptions The type of booklet. | read-write |
bottomMargin | Measurement Unit (Number or String)=any Bottom margin of the printed booklet. | read-write |
creep | Measurement Unit (Number or String)=any The amount of creep (binding adjustment based on paper thickness) to add. | read-write |
eventListeners | EventListeners A collection of event listeners. | read-only |
events | Events A collection of events. | read-only |
isValid | bool Returns true if the object specifier resolves to valid objects. | read-only |
leftMargin | Measurement Unit (Number or String)=any Left margin of the printed booklet. | read-write |
marginsUniformSize = false | bool If true, make all margins equal to the top margin. | read-write |
pageRange | 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. | read-write |
parent | Document The parent of the PrintBookletOption (a Document). | read-only |
printBlankPrinterSpreads = true | bool If true, print blank spreads. | read-write |
properties | Object A property that allows setting of several properties at the same time. | read-write |
rightMargin | Measurement Unit (Number or String)=any Right margin of the printed booklet. | read-write |
signatureSize | SignatureSizeOptions The signature size of booklet (for perfect binding). | read-write |
spaceBetweenPages | Measurement Unit (Number or String)=any The amount of space between pages. | read-write |
topMargin | Measurement Unit (Number or String)=any Top margin of the printed booklet. | read-write |
Methods
addEventListener( | eventType, handler [, captures]) |
→ EventListener |
removeEventListener( | eventType, handler [, captures]) |
→ bool |
toSource( | ) |
→ string |
toSpecifier( | ) |
→ string |
-
addEventListener( eventType, handler [, captures=false])→ EventListener -
Adds an event listener.
eventType
string The event type. handler
The event handler. Can accept: File or JavaScript Function. captures
bool This parameter is obsolete. (Optional) -
getElements( )→ PrintBookletOption -
Resolves the object specifier, creating an array of object references.
-
removeEventListener( eventType, handler [, captures=false])→ bool -
Removes the event listener.
eventType
string The registered event type. handler
The registered event handler. Can accept: File or JavaScript Function. captures
bool This parameter is obsolete. (Optional) -
toSource( )→ string -
Generates a string which, if executed, will return the PrintBookletOption.
-
toSpecifier( )→ string -
Retrieves the object specifier.