Zoom Enum
Specifies the zoom mode types.
public enum Zoom
Public Enum Zoom
Inheritance: ObjectValueTypeEnumZoom
Fields
Zoom.ActualSize | 3 | Shows the page in its actual size. |
Zoom.FitHeight | 2 | Make the page to fit on the display only vertical. |
Zoom.FitPage | 0 | Make the page to fit on the display either vertical or horizontal. |
Zoom.FitWidth | 1 | Make the page to fit on the display only horizontal. |
Zoom.ZoomPercent | 4 | Shows the page at a zoom factor specified by the user. |
Licensing Info
This enum is a DynamicPDF Viewer feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Viewer selected.
- A DynamicPDF Viewer for .NET v3.X Developer license.