ASP.NET Core MVC Controls | ComponentOne
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
    'Usage
     
    
    Dim instance As ZoomMode
    public enum ZoomMode : System.Enum 
    public enum ZoomMode = class(System.Enum)
    public enum ZoomMode extends System.Enum
    __value public enum ZoomMode : public System.Enum 
    public enum class ZoomMode : public 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