[]
This Enumeration describes zoom options that determine how pages are displayed in the viewport.
public enum ViewMode
| Name | Description |
|---|---|
| FitWidth | Automatically update the zoom value to fit the width of one page inside the viewport. |
| Normal | Display pages using the current zoom value. |
| OnePage | Automatically update the zoom value to fit one complete page inside the viewport. |