Adobe InDesign CS2 (4.0) Object Model JS: JPEGExportPreference

InDesign CS2

Class

JPEGExportPreference

 JPEG export preferences.

QuickLinks

getElements, toSource, toSpecifier

Hierarchy

Application
JPEGExportPreference

Properties

PropertyTypeAccessDescription
exportingSelectionbool r/wIf true, exports the currently selected object(s).
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.

Methods

Instances

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

Element of

Application.jpegExportPreferences

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