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

    Type Alias ResizeBitmapOptions

    Provides options for the Bitmap#resize method.

    type ResizeBitmapOptions = {
        clipBounds?: Bounds | null;
        height?: number;
        interpolationMode?: InterpolationMode;
        scale?: number;
        width?: number;
    }
    Index

    Properties

    clipBounds?: Bounds | null

    Clipping rectangle specifying the area of the source image to be processed.

    height?: number

    The height of the resized image, in pixels.

    interpolationMode?: InterpolationMode

    The interpolation mode to use when scaling.

    scale?: number

    The scale factor for resizing.

    width?: number

    The width of the resized image, in pixels.