Class
JPEG export preferences.
JPEGExportPreference
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. |
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. |
Element of
Application.jpegExportPreferences
Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |