ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.FlexViewer Assembly / C1.Web.Mvc.Viewer Namespace / ZoomMode Enumeration

In This Topic
    ZoomMode Enumeration
    In This Topic
    Describes the supported zoom modes of FlexViewer.
    Syntax
    'Declaration
     
    Public Enum ZoomMode 
       Inherits System.Enum
    public enum ZoomMode : System.Enum 
    Members
    MemberDescription
    CustomCustom zoom mode. The actual zoom factor is determined by the value of the @see:ZoomFactor property.
    PageWidthPages are zoomed in or out as necessary to fit the page width in the view panel.
    WholePagePages are zoomed in or out as necessary to fit the whole page in the view panel.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Mvc.Viewer.ZoomMode

    See Also