JPEGExportPreference

JPEG export preferences.

Methods:

getElements, toSource, toSpecifier

Objects:

Boolean, ExportRangeOrAllPages, JPEGOptionsFormat, JPEGOptionsQuality, Object, String

Property Listing

Property

Type

Access

Description

exportingSelection

Boolean

read/write

If true, exports the currently selected object(s).

exportingSpread

Boolean

read/write

If true, exports each spread as a single JPEG file. If false, exports facing pages as separate files and appends sequential numbers to each file name.

jpegExportRange

ExportRangeOrAllPages

ExportRangeOrAllPages.EXPORT_ALL

ExportRangeOrAllPages.EXPORT_RANGE

read/write

The page range to export.

jpegQuality

JPEGOptionsQuality

JPEGOptionsQuality.HIGH

JPEGOptionsQuality.LOW

JPEGOptionsQuality.MAXIMUM

JPEGOptionsQuality.MEDIUM

read/write

The compression quality.

jpegRenderingStyle

JPEGOptionsFormat

JPEGOptionsFormat.BASELINE_ENCODING

JPEGOptionsFormat.PROGRESSIVE_ENCODING

read/write

The rendering style.

pageString

String

read/write

The page(s) to export, specified as a page number or an array of page numbers. Note: Valid when JPEG export range is not all.

parent

Application

readonly

The parent of the JPEGExportPreference (a Application).

properties

Object

read/write

A property that allows setting of several properties at the same time.

Method Listing

Object getElements ()

Resolves the object specifier, creating an array of object references.

String toSource ()

Generates a string which, if executed, will return the JPEGExportPreference.

String toSpecifier ()

Retrieves the object specifier.

Object of

Application.jpegExportPreferences