ComponentOne PdfViewer for UWP
ViewMode Enumeration

C1.UWP.PdfViewer Assembly > C1.Xaml.PdfViewer Namespace : ViewMode Enumeration
This Enumeration describes zoom options that determine how pages are displayed in the viewport.
Syntax
'Declaration
 
Public Enum ViewMode 
   Inherits System.Enum
public enum ViewMode : System.Enum 
Members
MemberDescription
FittedAutomatically update the zoom value to fit the width or height of one page inside the viewport.
FitWidthAutomatically update the zoom value to fit the width of one page inside the viewport.
NormalDisplay pages using the current zoom value.
OnePageAutomatically update the zoom value to fit one complete page inside the viewport.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Xaml.PdfViewer.ViewMode

See Also

Reference

C1.Xaml.PdfViewer Namespace