EPSExportPreference

EPS export preferences.

Objects:

Boolean, DataFormat, EPSColorSpace, EPSImageData, FlattenerPreset, FontEmbedding, Number, Object, PageRange, PostScriptLevels, PreviewTypes, String,

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.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.

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.

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

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.

Object of

Application.epsExportPreferences