EPS export preferences.
Properties
| Property | Type | Access | Description |
|---|---|---|---|
| appliedFlattenerPreset | FlattenerPreset | r/w | The transparency flattener preset to use. |
| bleedBottom | number | 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 | number | 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 | number | 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 | number | 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 : ASCII BINARY |
r/w | The format in which to send image data to the printer. |
| epsColor | EPSColorSpace : RGB CMYK GRAY UNCHANGED_COLOR_SPACE 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. |
| fontEmbedding | FontEmbedding : NONE COMPLETE SUBSET |
r/w | Controls how fonts are embedded in the exported EPS. |
| ignoreSpreadOverrides | bool | r/w | If true, ignores flattener spread overrides. |
| imageData | EPSImageData : ALL_IMAGE_DATA PROXY_IMAGE_DATA |
r/w | The image data to export to the EPS document. |
| 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 | any | 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 : LEVEL_2 LEVEL_3 |
r/w | The PostScript level of the printer. |
| preview | PreviewTypes : NONE TIFF_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
Array of EPSExportPreferencegetElements ()
Resolves the object specifier, creating an array of object references.
string toSource ()
Generates a string which, if executed, will return the EPSExportPreference.
string toSpecifier ()
Retrieves the object specifier.
Element of:
Application.epsExportPreferences
Returned by:
Array of EPSExportPreference EPSExportPreference .getElements (
)