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.
flipRowOrder
boolean
R W
22.5
True to write the image from top to bottom, available only when osType is OperatingSystem.WINDOWS
rleCompression
boolean
R W
22.5
True to use RLE compression
typename
string
R
22.5
The class name of the referenced object: "BMPSaveOptions".