[]
        
(Showing Draft Content)

BitBltOptions

DsPdfJS API v9.1.0


DsPdfJS API / BitBltOptions

Type Alias: BitBltOptions

BitBltOptions = object

Provides options for the Bitmap#bitBlt method.

Properties

clipBounds?

optional clipBounds: Bounds | null

Clipping rectangle specifying the area of the destination Bitmap to be processed.


height?

optional height: number

The height, in pixels, of the source and destination rectangles.


srcX?

optional srcX: number

The x-coordinate, in pixels, of the upper-left corner of the source rectangle.


srcY?

optional srcY: number

The y-coordinate, in pixels, of the upper-left corner of the source rectangle.


width?

optional width: number

The width, in pixels, of the source and destination rectangles.