# DrawPdfPageOptions

## Content

[**DsPdfJS API v9.1.3**](../README)

***

[DsPdfJS API](../globals) / DrawPdfPageOptions

# Type Alias: DrawPdfPageOptions

> **DrawPdfPageOptions** = `object`

Provides options for the [PdfPage#draw](../classes/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`](../enumerations/ViewStateMode)

The document view mode.

***

### viewStateZoom?

> `optional` **viewStateZoom**: `number`

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