MobileForms Toolkit Documentation

InkBox.BitmapType Enumeration

Specifies the type of the saved bitmap.

public enum InkBox.BitmapType

Remarks

This class is used by InkBox.

Members

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.

Requirements

Namespace: Resco.Controls.OutlookControls

Assembly: Resco.OutlookControls.CF3 (in Resco.OutlookControls.CF3.dll)

See Also

Resco.Controls.OutlookControls Namespace