JPEG export preferences.
Go to Property Listing | Method Listing
Boolean, ExportRangeOrAllPages, JPEGOptionsFormat, JPEGOptionsQuality, Number, Object, String
|
Property |
Type |
Access |
Description |
|---|---|---|---|
|
read/write |
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. |
||
|
read/write |
The page range to export. |
||
|
read/write |
The compression quality. |
||
|
read/write |
The rendering style. |
||
|
read/write |
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. |
||
|
readonly |
The parent of the JPEGExportPreference (a Application). |
||
|
read/write |
A property that allows setting of several properties at the same time. |
||
|
Number (range 1 - 2400) |
read/write |
The export resolution. (Range: 1 to 2400) |
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.
Application.jpegExportPreferences