Class
Options for saving a document as a PICT resource file. Base Class: SaveOptions
PICTResourceSaveOptions
Class
Property | Type | Access | Description |
---|---|---|---|
alphaChannels | bool | r/w | If true, the alpha channels are saved. |
compression | PICTCompression: PICTCompression.NONE PICTCompression.JPEGLOWPICT PICTCompression.JPEGMEDIUMPICT PICTCompression.JPEGHIGHPICT PICTCompression.JPEGMAXIMUMPICT |
r/w | The compression type. (default: PICTCompression.NONE) |
embedColorProfile | bool | r/w | If true, the color profile is embedded in the document. |
name | string | r/w | The name of PICT resource. (default: "") |
resolution | PICTBitsPerPixels: PICTBitsPerPixels.TWO PICTBitsPerPixels.FOUR PICTBitsPerPixels.EIGHT PICTBitsPerPixels.SIXTEEN PICTBitsPerPixels.THIRTYTWO |
r/w | The number of bits per pixel. |
resourceID | int | r/w | The ID of the PICT resource. (default: 128) |
Jongware, 28-Aug-2012 v3.0.3i | Contents :: Index |