EPSExportPreference

EPS export preferences.

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

appliedFlattenerPreset

FlattenerPreset

read/write

The transparency flattener preset to use.

bleedBottom

Number

String

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.

bleedInside

Number

String

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.

bleedOutside

Number

String

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.

bleedTop

Number

String

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.

dataFormat

DataFormat

DataFormat.ASCII

DataFormat.BINARY

read/write

The format in which to send image data to the printer.

epsColor

EPSColorSpace

EPSColorSpace.CMYK

EPSColorSpace.GRAY

EPSColorSpace.POSTSCRIPT_COLOR_MANAGEMENT

EPSColorSpace.RGB

EPSColorSpace.UNCHANGED_COLOR_SPACE

read/write

The color space for representing color in the exported EPS.

epsSpreads

Boolean

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.

eventListeners

EventListeners EventListener

readonly

A collection of event listeners.

events

Events Event

readonly

A collection of events.

fontEmbedding

FontEmbedding

FontEmbedding.COMPLETE

FontEmbedding.NONE

FontEmbedding.SUBSET

read/write

Controls how fonts are embedded in the exported EPS.

ignoreSpreadOverrides

Boolean

read/write

If true, ignores flattener spread overrides.

imageData

EPSImageData

EPSImageData.ALL_IMAGE_DATA

EPSImageData.PROXY_IMAGE_DATA

read/write

The image data to export to the EPS document.

isValid

Boolean

readonly

Returns true if the object specifier resolves to valid objects.

omitBitmaps

Boolean

read/write

If true, replaces bitmap images with OPI links.

omitEPS

Boolean

read/write

If true, replaces EPS images with OPI links.

omitPDF

Boolean

read/write

If true, replaces PDF images with OPI links.

opiImageReplacement

Boolean

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.

pageRange

PageRange

PageRange.ALL_PAGES

PageRange.SELECTED_ITEMS

String

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.

parent

Application

readonly

The parent of the EPSExportPreference (a Application).

postscriptLevel

PostScriptLevels

PostScriptLevels.LEVEL_2

PostScriptLevels.LEVEL_3

read/write

The PostScript level of the printer.

preview

PreviewTypes

PreviewTypes.NONE

PreviewTypes.PICT_PREVIEW

PreviewTypes.TIFF_PREVIEW

read/write

The file format of the preview image saved with the exported EPS file.

properties

Object

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

String

The event type.

handler

File

JavaScriptFunction

The event handler. Can accept: File or JavaScript Function.

captures

Boolean

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

String

The registered event type.

handler

File

JavaScriptFunction

The registered event handler. Can accept: File or JavaScript Function.

captures

Boolean

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

Return

EPSExportPreference.getElements()