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

    Type Alias DrawPdfPageOptions

    Provides options for the PdfPage#draw method.

    type DrawPdfPageOptions = {
        drawAnnotations?: boolean;
        drawFormFields?: boolean;
        viewStateMode?: ViewStateMode;
        viewStateZoom?: number;
    }
    Index

    Properties

    drawAnnotations?: boolean

    Indicates whether to draw the annotations.

    drawFormFields?: boolean

    Indicates whether to draw the form fields.

    viewStateMode?: ViewStateMode

    The document view mode.

    viewStateZoom?: number

    The document zoom value (1 is actual size, no zoom).