Class
EPS export preferences. Base Class: Preference
addEventListener, getElements, removeEventListener, toSource, toSpecifier
EPSExportPreference
QuickLinks
Hierarchy
Properties
Property | Type | Access | Description |
---|---|---|---|
appliedFlattenerPreset | FlattenerPreset | r/w | The transparency flattener preset to use. |
bleedBottom | Measurement Unit (Number or String) (range: 0 - 432) | r/w | The height of the bleed area at the bottom of the page. Note: Valid only when use document bleed to print is true. |
bleedInside | Measurement Unit (Number or String) (range: 0 - 432) | r/w | The width of the bleed area at the inside of the page. Note: Valid only when use document bleed to print is true. |
bleedOutside | Measurement Unit (Number or String) (range: 0 - 432) | r/w | The width of the bleed area at the outside of the page. Note: Valid only when use document bleed to print is true. |
bleedTop | Measurement Unit (Number or String) (range: 0 - 432) | r/w | The height of the bleed area at the top of the page. Note: Valid only when use document bleed to print is true. |
dataFormat | DataFormat: DataFormat.ASCII DataFormat.BINARY |
r/w | The format in which to send image data to the printer. |
epsColor | EPSColorSpace: EPSColorSpace.RGB EPSColorSpace.CMYK EPSColorSpace.GRAY EPSColorSpace.UNCHANGED_COLOR_SPACE EPSColorSpace.POSTSCRIPT_COLOR_MANAGEMENT |
r/w | The color space for representing color in the exported EPS. |
epsSpreads | bool | r/w | If true, exports facing pages as a single page that has the width of the spread. If false, exports spread pages as separate pages. |
eventListeners | EventListeners EventListener | readonly | A collection of event listeners. |
events | Events Event | readonly | A collection of events. |
fontEmbedding | FontEmbedding: FontEmbedding.NONE FontEmbedding.COMPLETE FontEmbedding.SUBSET |
r/w | Controls how fonts are embedded in the exported EPS. |
ignoreSpreadOverrides | bool | r/w | If true, ignores flattener spread overrides. |
imageData | EPSImageData: EPSImageData.ALL_IMAGE_DATA EPSImageData.PROXY_IMAGE_DATA |
r/w | The image data to export to the EPS document. |
isValid | bool | readonly | Returns true if the object specifier resolves to valid objects. |
omitBitmaps | bool | r/w | If true, replaces bitmap images with OPI links. |
omitEPS | bool | r/w | If true, replaces EPS images with OPI links. |
omitPDF | bool | r/w | If true, replaces PDF images with OPI links. |
opiImageReplacement | bool | r/w | 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. |
pageRange | PageRange String |
r/w | 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. |
parent | Application | readonly | The parent of the EPSExportPreference (a Application). |
postscriptLevel | PostScriptLevels: PostScriptLevels.LEVEL_2 PostScriptLevels.LEVEL_3 |
r/w | The PostScript level of the printer. |
preview | PreviewTypes: PreviewTypes.NONE PreviewTypes.TIFF_PREVIEW PreviewTypes.PICT_PREVIEW |
r/w | The file format of the preview image saved with the exported EPS file. |
properties | Object | r/w | A property that allows setting of several properties at the same time. |
Methods
Instances
EventListener addEventListener (eventType:
string, handler:
varies[, captures:
bool=false])
Adds an event listener.
Parameter | Type | Description |
---|---|---|
eventType | string | The event type. |
handler | File JavaScript Function | The event handler. Can accept: File or JavaScript Function. |
captures | bool | This parameter is obsolete. (Optional) (default: false) |
Array of EPSExportPreference getElements ()
Resolves the object specifier, creating an array of object references.
bool removeEventListener (eventType:
string, handler:
varies[, captures:
bool=false])
Removes the event listener.
Parameter | Type | Description |
---|---|---|
eventType | string | The registered event type. |
handler | File JavaScript Function | The registered event handler. Can accept: File or JavaScript Function. |
captures | bool | This parameter is obsolete. (Optional) (default: false) |
string toSource ()
Generates a string which, if executed, will return the EPSExportPreference.
Element of
Application.epsExportPreferences
Return
Array of EPSExportPreference EPSExportPreference.getElements ()
Jongware, 28-Apr-2012 v3.0.3i | Contents :: Index |