PICTFileSaveOptions

Options for saving a document in PICT format.

Hierarchy:

Superclass: SaveOptions

Class: PICTFileSaveOptions

Constants/Events

Name

Type

Access

Description

alphaChannels

Boolean

readonly

If true, the alpha channels are saved.

compression

PICTCompression

PICTCompression.NONE

PICTCompression.JPEGLOWPICT

PICTCompression.JPEGMEDIUMPICT

PICTCompression.JPEGHIGHPICT

PICTCompression.JPEGMAXIMUMPICT

readonly

The compression method.

embedColorProfile

Boolean

readonly

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

resolution

PICTBitsPerPixels

PICTBitsPerPixels.TWO

PICTBitsPerPixels.FOUR

PICTBitsPerPixels.EIGHT

PICTBitsPerPixels.SIXTEEN

PICTBitsPerPixels.THIRTYTWO

readonly

The number of bits per pixel.