Enum BitmapFormat
The color format of a bitmap.
Namespace: Sartorius.SAF.Pdf
Assembly: Sartorius.SAF.Pdf.dll
Syntax
public enum BitmapFormat
Fields
Name | Description |
---|---|
BGR | 3 bytes per pixel, byte order: blue, green, red |
BGR4 | 4 bytes per pixel, byte order: blue, green, red, unused |
BGRA | 4 bytes per pixel, byte order: blue, green, red, alpha |
GrayScale | Gray scale bitmap, one byte per pixel |