InDesign Server2025
API 20.5.0.49
Object

PrintBookletOption

Print booklet options.

Preference PrintBookletOption
Hierarchy

Document

PrintBookletOption

Properties

NameType AccessDescription
Boolean = true read/write If true, automatically adjust margins to fit the specified printer's marks and bleed area.
Number | String unit read/write The amount of bleed between pages.
BookletTypeOptions
read/write The type of booklet.
Number | String unit read/write Bottom margin of the printed booklet.
Number | String unit read/write The amount of creep (binding adjustment based on paper thickness) to add.
EventListeners<EventListener> readonly A collection of event listeners.
Events<Event> readonly A collection of events.
Boolean readonly Returns true if the object specifier resolves to valid objects.
Number | String unit read/write Left margin of the printed booklet.
Boolean = false read/write If true, make all margins equal to the top margin.
PageRange | String
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.
Document readonly The parent of the PrintBookletOption (a Document).
Boolean = true read/write If true, print blank spreads.
Object read/write A property that allows setting of several properties at the same time.
Number | String unit read/write Right margin of the printed booklet.
SignatureSizeOptions
read/write The signature size of booklet (for perfect binding).
Number | String unit read/write The amount of space between pages.
Number | String unit read/write Top margin of the printed booklet.

Methods

EventListener

Adds an event listener.

eventType String The event type.
handler File | JavaScriptFunction The event handler. Can accept: File or JavaScript Function.
captures? Boolean This parameter is obsolete.
PrintBookletOption[]

Resolves the object specifier, creating an array of object references.

Boolean

Removes the event listener.

eventType String The registered event type.
handler File | JavaScriptFunction The registered event handler. Can accept: File or JavaScript Function.
captures? Boolean This parameter is obsolete.
String

Generates a string which, if executed, will return the PrintBookletOption.

String

Retrieves the object specifier.

Object of 4

Properties elsewhere that hold a PrintBookletOption.

Return 1

Methods that return a PrintBookletOption.