JPEGExportPreference

JPEG export preferences.

Methods:

getElements, toSource, toSpecifier

Objects:

Boolean, ExportRangeOrAllPages, JPEGOptionsFormat, JPEGOptionsQuality, Number, Object, String

Hierarchy:

Superclass: Preference

Class: JPEGExportPreference

Property Listing

Property

Type

Access

Description

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.

isValid

Boolean

readonly

Returns true if the object specifier resolves to valid objects.

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.

resolution

Number (range 1 - 2400)

read/write

The export resolution. (Range: 1 to 2400)

Method Listing

JPEGExportPreference 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

Return

JPEGExportPreference.getElements()