Adobe InDesign CS3 (5.0) Object Model JS: JPEGExportPreference

InDesign CS3

Class

JPEGExportPreference

 JPEG export preferences.

QuickLinks

getElements, toSource, toSpecifier

Hierarchy

Application
JPEGExportPreference

Properties

PropertyTypeAccessDescription
exportingSpreadbool r/wIf 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.
jpegExportRangeExportRangeOrAllPages:
ExportRangeOrAllPages.EXPORT_RANGE
ExportRangeOrAllPages.EXPORT_ALL
r/wThe page range to export.
jpegQualityJPEGOptionsQuality:
JPEGOptionsQuality.LOW
JPEGOptionsQuality.MEDIUM
JPEGOptionsQuality.HIGH
JPEGOptionsQuality.MAXIMUM
r/wThe compression quality.
jpegRenderingStyleJPEGOptionsFormat:
JPEGOptionsFormat.BASELINE_ENCODING
JPEGOptionsFormat.PROGRESSIVE_ENCODING
r/wThe rendering style.
pageStringstring r/wThe page(s) to export, specified as a page number or an array of page numbers. Note: Valid when JPEG export range is not all.
parentApplication readonlyThe parent of the JPEGExportPreference (a Application).
propertiesObject r/wA property that allows setting of several properties at the same time.
resolutionnumber (range: 1 - 2400) r/wThe export resolution. (Range: 1 to 2400)

Methods

Instances

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

Element of

Application.jpegExportPreferences

Return

Array of JPEGExportPreference JPEGExportPreference.getElements ()

Jongware, 27-Jun-2010 v3.0.3dContents :: Index