PdfZoomBehavior Enum
PdfZoomBehavior Enum
Specifies the initial view mode when the generated PDF document is opened.
type PdfZoomBehavior int32
Fields
| Field | Description |
|---|---|
| None | Uses the PDF viewer’s default behavior. |
| ZoomFactor | Opens the document at a specific zoom percentage. |
| FitPage | Fits the entire page within the viewer window. |
| FitWidth | Fits the page width within the viewer window. |
| FitHeight | Fits the page height within the viewer window. |