BMPSaveOptions

Options for saving a document in BMP format.

Hierarchy:

Superclass: SaveOptions

Class: BMPSaveOptions

Constants/Events

Name

Type

Access

Description

alphaChannels

Boolean

readonly

If true, the alpha channels are saved.

depth

BMPDepthType

BMPDepthType.ONE

BMPDepthType.FOUR

BMPDepthType.EIGHT

BMPDepthType.SIXTEEN

BMPDepthType.TWENTYFOUR

BMPDepthType.THIRTYTWO

BMPDepthType.BMP_X1R5G5B5

BMPDepthType.BMP_A1R5G5B5

BMPDepthType.BMP_R5G6B5

BMPDepthType.BMP_X4R4G4B4

BMPDepthType.BMP_A4R4G4B4

BMPDepthType.BMP_R8G8B8

BMPDepthType.BMP_X8R8G8B8

BMPDepthType.BMP_A8R8G8B8

readonly

The number of bits per sample.

flipRowOrder

Boolean

readonly

If true, the image is written from bottom to top.

osType

OperatingSystem

OperatingSystem.OS2

OperatingSystem.WINDOWS

readonly

The target operating system.

rleCompression

Boolean

readonly

If true, RLE compression is used.