[]
DsPdfJS API / BmpContextProperties
BmpContextProperties =
object
Provides settings for creating a DrawingContext for Bitmap.
optionalbackColor:Color|null
An optional background color to fill the drawing surface.
optionalheight:number
The height of the drawing surface, in graphic units.
optionalscale:number
The scale factor for mapping from graphic units to pixels. The default is 1.0: the width and height are in pixels (96 DPI).
optionalwidth:number
The width of the drawing surface, in graphic units.