JPEGExportPreference
JPEG export preferences.
JPEGExportPreference Properties
| Property |
Type |
Access |
Description |
| exportingSelection |
Boolean |
r/w |
If true, export the selection only. |
| exportingSpread |
Boolean |
r/w |
If true, export the spread. |
| jpegExportRange |
ExportRangeOrAllPages enumeration |
r/w |
Specifies whether a range or all pages of a document are exported. |
| jpegQuality |
JPEGOptionsQuality enumeration |
r/w |
Specifies the compression quality of output JPEG file. |
| jpegRenderingStyle |
JPEGOptionsFormat enumeration |
r/w |
Rendering style. |
| pageString |
String |
r/w |
Page number if not exporting selection. |
| parent |
Object |
read |
The parent of the object. |
| properties |
An array of property names and values |
r/w |
Property that allows setting of several properties at the same time. |
JPEGExportPreference Methods
| Method |
Returns |
Description |
| getElements |
Array of Objects |
Resolve the object specifier. |
| toSource |
String |
Generate JavaScript source that, if executed, will return the specified objects. |
| toSpecifier |
String |
Retrieve the object specifier. |
Previous post: Language
Next post: IntegerEditboxes