DsPdfJS API - v9.1.0
    Preparing search index...

    Type Alias BitBltOptions

    Provides options for the Bitmap#bitBlt method.

    type BitBltOptions = {
        clipBounds?: Bounds | null;
        height?: number;
        srcX?: number;
        srcY?: number;
        width?: number;
    }
    Index

    Properties

    clipBounds?: Bounds | null

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

    height?: number

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

    srcX?: number

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

    srcY?: number

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

    width?: number

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