Extends
Instance Properties
Name | Description | Access |
---|---|---|
appliedFlattenerPreset | FlattenerPreset The transparency flattener preset to use. | read-write |
bleedBottom | Measurement Unit (Number or String)=any 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 |
bleedInside | Measurement Unit (Number or String)=any 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 |
bleedOutside | Measurement Unit (Number or String)=any 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 |
bleedTop | Measurement Unit (Number or String)=any 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 |
dataFormat | DataFormat The format in which to send image data to the printer. | read-write |
epsColor | EPSColorSpace The color space for representing color in the exported EPS. | read-write |
epsSpreads | bool If true, exports facing pages as a single page that has the width of the spread. If false, exports spread pages as separate pages. | read-write |
eventListeners | EventListeners A collection of event listeners. | read-only |
events | Events A collection of events. | read-only |
fontEmbedding | FontEmbedding Controls how fonts are embedded in the exported EPS. | read-write |
ignoreSpreadOverrides | bool If true, ignores flattener spread overrides. | read-write |
imageData | EPSImageData The image data to export to the EPS document. | read-write |
isValid | bool Returns true if the object specifier resolves to valid objects. | read-only |
omitBitmaps | bool If true, replaces bitmap images with OPI links. | read-write |
omitEPS | bool If true, replaces EPS images with OPI links. | read-write |
omitPDF | bool If true, replaces PDF images with OPI links. | read-write |
opiImageReplacement | bool 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 |
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 | Application The parent of the EPSExportPreference (a Application). | read-only |
postscriptLevel | PostScriptLevels The PostScript level of the printer. | read-write |
preview | PreviewTypes The file format of the preview image saved with the exported EPS file. | read-write |
properties | Object A property that allows setting of several properties at the same time. | 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( )→ EPSExportPreference -
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 EPSExportPreference.
-
toSpecifier( )→ string -
Retrieves the object specifier.