This Enumeration describes zoom options that determine how pages are displayed in the viewport.

Namespace:  C1.Phone.PdfViewer
Assembly:  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 nameValueDescription
Normal0 Display pages using the current zoom value.
OnePage1 Automatically update the zoom value to fit one complete page inside the viewport.
FitWidth2 Automatically update the zoom value to fit the width of one page inside the viewport.

See Also