JPEGExportPreference
JPEG export preferences.
Go to Property Listing | Method Listing
Methods:
addEventListener, getElements, removeEventListener, toSource, toSpecifier
Objects:
Boolean, EventListeners, Events, ExportRangeOrAllPages, JPEGOptionsFormat, JPEGOptionsQuality, JpegColorSpaceEnum, Number, Object, String
Hierarchy:
Superclass: Preference
Class: JPEGExportPreference
Property Listing
Property |
Type |
Access |
Description |
---|---|---|---|
read/write |
If true, use anti-aliasing for text and vectors during export. |
||
read/write |
True to embed the color profile, false otherwise. |
||
readonly |
A collection of event listeners. |
||
readonly |
A collection of events. |
||
Number (range 1 - 2400) |
read/write |
The export resolution expressed as a real number instead of an integer. (Range: 1.0 to 2400.0) |
|
read/write |
If true, export hidden spreads. If false, skip export of hidden spreads. |
||
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. |
||
readonly |
Returns true if the object specifier resolves to valid objects. |
||
read/write |
One of RGB, CMYK or Gray |
||
read/write |
The page range to export. |
||
read/write |
The compression quality. |
||
read/write |
The rendering style. |
||
read/write |
Suffix to be used at the end of each exported file. |
||
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. |
||
read/write |
If true, simulates the effects of overprinting spot and process colors in the same way they would occur when printing. |
||
read/write |
If true, uses the document's bleed settings in the exported JPEG. |
Method Listing
EventListener addEventListener (eventType:String, handler:Varies File JavaScriptFunction, [captures:Boolean=Boolean])
Adds an event listener.
Parameter |
Type |
Description |
---|---|---|
eventType |
The event type. |
|
handler |
JavaScriptFunction |
The event handler. Can accept: File or JavaScript Function. |
captures |
This parameter is obsolete. (Optional) (default: false) |
JPEGExportPreference getElements ()
Resolves the object specifier, creating an array of object references.
Boolean removeEventListener (eventType:String, handler:Varies File JavaScriptFunction, [captures:Boolean=Boolean])
Removes the event listener.
Parameter |
Type |
Description |
---|---|---|
eventType |
The registered event type. |
|
handler |
JavaScriptFunction |
The registered event handler. Can accept: File or JavaScript Function. |
captures |
This parameter is obsolete. (Optional) (default: false) |
String toSource ()
Generates a string which, if executed, will return the JPEGExportPreference.
String toSpecifier ()
Retrieves the object specifier.
Object of
Application.jpegExportPreferences
Event.parent
EventListener.parent
MutationEvent.parent