InteractivePDFExportPreference
Interactive PDF export settings for the application object.
Go to Property Listing | Method Listing
Methods:
addEventListener, getElements, removeEventListener, toSource, toSpecifier
Objects:
Boolean, EventListeners, Events, InteractivePDFInteractiveElementsOptions, Number, Object, PDFJPEGQualityOptions, PDFRasterCompressionOptions, PageLayoutOptions, PageRange, PageTransitionOverrideOptions, PdfDisplayTitleOptions, PdfMagnificationOptions, RasterResolutionOptions, String,
Hierarchy:
Superclass: Preference
Class: InteractivePDFExportPreference
Property Listing
Property |
Type |
Access |
Description |
---|---|---|---|
read/write |
Sets the default document language in the exported PDF. The correct ISO code of the language must be provided. |
||
readonly |
A collection of event listeners. |
||
readonly |
A collection of events. |
||
read/write |
Export each page or spread as a separate PDF file. |
||
read/write |
If true, export hidden spreads in PDF. If false, skip export of hidden spreads. |
||
read/write |
If true, saves each layer as an Acrobat layer within the PDF document. |
||
read/write |
If true, each spread in the exported document is combined into a single page that has spread's original width. |
||
read/write |
Automatically flip pages in the exported PDF. |
||
Number (range 0 - 32767) |
read/write |
The speed that the pages flip. |
|
read/write |
If true, generates thumbnail images for each page or spread. |
||
read/write |
If true, creates a tagged PDF file. Note: If acrobat compatibility is acrobat 6 or higher, tags are visible only when the PDF is opened in Acrobat 6 or higher. |
||
read/write |
How to draw interactive elements. |
||
readonly |
Returns true if the object specifier resolves to valid objects. |
||
read/write |
Open PDF in full screen mode. |
||
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. |
||
read/write |
The name of the page transition to use for all pages. |
||
readonly |
The parent of the InteractivePDFExportPreference (a Application). |
||
read/write |
The export PDF display title. |
||
read/write |
The PDF JPEG quality options. |
||
read/write |
The export PDF magnification options. |
||
read/write |
The export PDF page layout. |
||
read/write |
The PDF raster compression options. |
||
read/write |
A property that allows setting of several properties at the same time. |
||
LongInteger(72-300) |
read/write |
The raster resolution. Can return: RasterResolutionOptions enumerator or Long Integer (72 - 300). |
|
read/write |
Suffix to be used at the end of each file when pages are exported as separate PDF files. |
||
read/write |
Use tagged PDF structure for interactive elements tab order. |
||
read/write |
If true, automatically opens the PDF file after exporting. |
Method Listing
EventListener addEventListener (eventType:String, handler:Varies File JavaScriptFunction, [captures:Boolean=Boolean])
Adds an event listener.
Parameter |
Type |
Description |
---|---|---|
eventType |
The event type. |
|
handler |
JavaScriptFunction |
The event handler. Can accept: File or JavaScript Function. |
captures |
This parameter is obsolete. (Optional) (default: false) |
InteractivePDFExportPreference getElements ()
Resolves the object specifier, creating an array of object references.
Boolean removeEventListener (eventType:String, handler:Varies File JavaScriptFunction, [captures:Boolean=Boolean])
Removes the event listener.
Parameter |
Type |
Description |
---|---|---|
eventType |
The registered event type. |
|
handler |
JavaScriptFunction |
The registered event handler. Can accept: File or JavaScript Function. |
captures |
This parameter is obsolete. (Optional) (default: false) |
String toSource ()
Generates a string which, if executed, will return the InteractivePDFExportPreference.
String toSpecifier ()
Retrieves the object specifier.
Object of
Application.interactivePDFExportPreferences
Event.parent
EventListener.parent
MutationEvent.parent