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