BMP Save Options
Options for saving a document in BMP format using the Document.saveAs method
Properties
Name | Type | Access | Min Version | Description |
---|---|---|---|---|
alphaChannels | boolean | R W | 22.5 | True to save the alpha channels. |
depth | R W | 22.5 | The number of bits per channel. | |
flipRowOrder | boolean | R W | 22.5 | True to write the image from top to bottom, available only when osType is OperatingSystem.WINDOWS |
osType | R W | 22.5 | The target OS. | |
rleCompression | boolean | R W | 22.5 | True to use RLE compression |
typename | string | R | 22.5 | The class name of the referenced object: "BMPSaveOptions". |