Class
Options for saving a document in PICT format. Base Class: SaveOptions
PICTFileSaveOptions
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 method. (default: PICTCompression.NONE) |
embedColorProfile | bool | r/w | If true, the color profile is embedded in the document. |
resolution | PICTBitsPerPixels: PICTBitsPerPixels.TWO PICTBitsPerPixels.FOUR PICTBitsPerPixels.EIGHT PICTBitsPerPixels.SIXTEEN PICTBitsPerPixels.THIRTYTWO |
r/w | The number of bits per pixel. |
Jongware, 28-Aug-2012 v3.0.3i | Contents :: Index |