PICTResourceSaveOptions

Options for saving a document as a PICT resource file.

Hierarchy:

Superclass: SaveOptions

Class: PICTResourceSaveOptions

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 type.

embedColorProfile

Boolean

readonly

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

name

String

readonly

The name of PICT resource.

resolution

PICTBitsPerPixels

PICTBitsPerPixels.TWO

PICTBitsPerPixels.FOUR

PICTBitsPerPixels.EIGHT

PICTBitsPerPixels.SIXTEEN

PICTBitsPerPixels.THIRTYTWO

readonly

The number of bits per pixel.

resourceID

Int

readonly

The ID of the PICT resource.