Class
JPEG export preferences.
getElements, toSource, toSpecifier
JPEGExportPreference
QuickLinks
Hierarchy
Properties
Property | Type | Access | Description |
---|---|---|---|
exportingSelection | bool | r/w | If true, exports the currently selected object(s). |
exportingSpread | bool | r/w | 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_RANGE ExportRangeOrAllPages.EXPORT_ALL |
r/w | The page range to export. |
jpegQuality | JPEGOptionsQuality: JPEGOptionsQuality.LOW JPEGOptionsQuality.MEDIUM JPEGOptionsQuality.HIGH JPEGOptionsQuality.MAXIMUM |
r/w | The compression quality. |
jpegRenderingStyle | JPEGOptionsFormat: JPEGOptionsFormat.BASELINE_ENCODING JPEGOptionsFormat.PROGRESSIVE_ENCODING |
r/w | The rendering style. |
pageString | string | r/w | 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 | r/w | A 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.
Element of
Application.jpegExportPreferences
Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |