PdfZoomBehavior enumeration
PdfZoomBehavior enumeration
Specifies the initial view mode when the generated PDF document is opened.
The PdfZoomBehavior type exposes the following members:
Fields
| Field | Description |
|---|---|
| NONE | Uses the PDF viewer’s default behavior. |
| ZOOM_FACTOR | Opens the document at a specific zoom percentage. |
| FIT_PAGE | Fits the entire page within the viewer window. |
| FIT_WIDTH | Fits the page width within the viewer window. |
| FIT_HEIGHT | Fits the page height within the viewer window. |
See Also
- module
aspose.cells.rendering