This Enumeration describes zoom options that determine how pages are displayed in the viewport.
Namespace:
C1.Phone.PdfViewerAssembly: C1.Phone.PdfViewer (in C1.Phone.PdfViewer.dll)
Syntax
| C# |
|---|
public enum ViewMode |
| Visual Basic |
|---|
Public Enumeration ViewMode |
| XAML Attribute Usage |
|---|
<object property="enumerationMemberName" .../> |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Normal | 0 | Display pages using the current zoom value. | |
| OnePage | 1 | Automatically update the zoom value to fit one complete page inside the viewport. | |
| FitWidth | 2 | Automatically update the zoom value to fit the width of one page inside the viewport. |