JPEGSaveOptions

Options for saving a document in JPEG format.

Hierarchy:

Superclass: SaveOptions

Class: JPEGSaveOptions

Constants/Events

Name

Type

Access

Description

embedColorProfile

Boolean

readonly

If true, the color profile is embedded in the document.

formatOptions

FormatOptionsType

FormatOptionsType.STANDARDBASELINE

FormatOptionsType.OPTIMIZEDBASELINE

FormatOptionsType.PROGRESSIVE

readonly

The download format to use.

matte

MatteType

MatteType.NONE

MatteType.FOREGROUND

MatteType.BACKGROUND

MatteType.WHITE

MatteType.BLACK

MatteType.SEMIGRAY

MatteType.NETSCAPE

readonly

The color to use to fill anti-aliased edges adjacent to transparent areas of the image. Default: white.

quality

Int (range 0 - 12)

readonly

The quality of the produced image.

scans

Int (range 3 - 5)

readonly

The number of scans. Valid only for progressive type JPEG files.