[]
DsPdfJS API / ResizeBitmapOptions
ResizeBitmapOptions =
object
Provides options for the Bitmap#resize method.
optionalclipBounds:Bounds|null
Clipping rectangle specifying the area of the source image to be processed.
optionalheight:number
The height of the resized image, in pixels.
optionalinterpolationMode:InterpolationMode
The interpolation mode to use when scaling.
optionalscale:number
The scale factor for resizing.
optionalwidth:number
The width of the resized image, in pixels.