[]
        
(Showing Draft Content)

DrawPdfPageOptions

Type Alias: DrawPdfPageOptions

type DrawPdfPageOptions = object;

Provides options for the PdfPage#draw method.

Properties

drawAnnotations?

optional drawAnnotations?: boolean;

Indicates whether to draw the annotations.


drawFormFields?

optional drawFormFields?: boolean;

Indicates whether to draw the form fields.


viewStateMode?

optional viewStateMode?: ViewStateMode;

The document view mode.


viewStateZoom?

optional viewStateZoom?: number;

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