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