Scheduler for WPF and Silverlight | ComponentOne
C1.WPF.PdfViewer Namespace / ViewMode Enumeration

In This Topic
    ViewMode Enumeration
    In This Topic
    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
    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.WPF.PdfViewer.ViewMode

    See Also