Class
Options for saving a document in BMP format. Base Class: SaveOptions
BMPSaveOptions
Class
Property | Type | Access | Description |
---|---|---|---|
alphaChannels | bool | r/w | 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 |
r/w | The number of bits per sample. (default: BMPDepthType.TWENTYFOUR) |
flipRowOrder | bool | r/w | If true, the image is written from bottom to top. |
osType | OperatingSystem: OperatingSystem.OS2 OperatingSystem.WINDOWS |
r/w | The target operating system. (default: OperatingSystem.WINDOWS) |
rleCompression | bool | r/w | If true, RLE compression is used. |
Jongware, 28-Aug-2012 v3.0.3i | Contents :: Index |