[]
DsPdfJS API / GrayscaleBitmapProperties
GrayscaleBitmapProperties =
object
Provides settings for creating a new instance of GrayscaleBitmap.
optionalinitialValue:number
The optional value to initialize pixels of a GrayscaleBitmap (between 0 and 255).
optionaltransparencyMask:boolean
Indicates whether the image is used to define an alpha mask of another image.
optionalwhiteIsZero:boolean
If true, specifies that 0 is imaged as white and 255 is imaged as black.