Specifies the type of the saved bitmap.
This class is used by InkBox.
| Member Name | Description |
|---|---|
| Bmp1 | Bitmap is monochrome (1-bit) BMP |
| Bmp1Inverted | Bitmap is monochrome (1-bit) BMP with inverted colors. |
| Binary | Bitmap is binary data, starts with width, height, background color, foreground color and then monochrome (1-bit) binary data from bottom line to top line. |
| BinaryStrict | Bitmap is binary data, starts with width, height, background color, foreground color and then monochrome (1-bit) binary data from top line to bottom line. |
Namespace: Resco.Controls.OutlookControls
Assembly: Resco.OutlookControls.CF3 (in Resco.OutlookControls.CF3.dll)
Resco.Controls.OutlookControls Namespace