[]
type BilevelBitmapProperties = object;
Provides settings for creating a new instance of BilevelBitmap.
optional initialValue?: number | boolean;
The optional value to initialize pixels of a BilevelBitmap (true is 1, false is 0).
optional lowerBitsFirst?: boolean;
Specifies whether pixels with lower column indices are stored in the lower-order bits of the byte.
optional transparencyMask?: boolean;
Indicates whether the image is used to define an alpha mask of another image.
optional whiteIsZero?: boolean;
Indicates whether 0 represents white and 1 represents black (if true) or vice versa (if false).