Object
PICTResourceSaveOptions
Options for saving a document as a PICT resource file.
SaveOptions ›PICTResourceSaveOptions
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| static | Boolean | read/write | If true, the alpha channels are saved. |
| static | PICTCompression = PICTCompression.NONE | read/write | The compression type. |
| static | Boolean | read/write | If true, the color profile is embedded in the document. |
| static | String = "" | read/write | The name of PICT resource. |
| static | PICTBitsPerPixels | read/write | The number of bits per pixel. |
| static | Int = 128 | read/write | The ID of the PICT resource. |