EPSExportPreference
EPS export preferences.
Go to Property Listing | Method Listing
Methods:
addEventListener, getElements, removeEventListener, toSource, toSpecifier
Objects:
Boolean, DataFormat, EPSColorSpace, EPSImageData, EventListeners, Events, FlattenerPreset, FontEmbedding, Number, Object, PageRange, PostScriptLevels, PreviewTypes, String,
Hierarchy:
Superclass: Preference
Class: EPSExportPreference
Property Listing
Property |
Type |
Access |
Description |
---|---|---|---|
read/write |
The transparency flattener preset to use. |
||
read/write |
The height of the bleed area at the bottom of the page. Note: Valid only when use document bleed to print is true. |
||
read/write |
The width of the bleed area at the inside of the page. Note: Valid only when use document bleed to print is true. |
||
read/write |
The width of the bleed area at the outside of the page. Note: Valid only when use document bleed to print is true. |
||
read/write |
The height of the bleed area at the top of the page. Note: Valid only when use document bleed to print is true. |
||
read/write |
The format in which to send image data to the printer. |
||
read/write |
The color space for representing color in the exported EPS. |
||
read/write |
If true, exports facing pages as a single page that has the width of the spread. If false, exports spread pages as separate pages. |
||
readonly |
A collection of event listeners. |
||
readonly |
A collection of events. |
||
read/write |
Controls how fonts are embedded in the exported EPS. |
||
read/write |
If true, ignores flattener spread overrides. |
||
read/write |
The image data to export to the EPS document. |
||
readonly |
Returns true if the object specifier resolves to valid objects. |
||
read/write |
If true, replaces bitmap images with OPI links. |
||
read/write |
If true, replaces EPS images with OPI links. |
||
read/write |
If true, replaces PDF images with OPI links. |
||
read/write |
If true, prints graphics that are either OPI comments stored in imported EPS files or linked using OPI comments. For information on linking files using OPI comments, see omit EPS, omit PDF, or omit bitmaps. |
||
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 EPSExportPreference (a Application). |
||
read/write |
The PostScript level of the printer. |
||
read/write |
The file format of the preview image saved with the exported EPS file. |
||
read/write |
A property that allows setting of several properties at the same time. |
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) |
EPSExportPreference 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 EPSExportPreference.
String toSpecifier ()
Retrieves the object specifier.
Object of
Application.epsExportPreferences
Event.parent
EventListener.parent
MutationEvent.parent