ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web Namespace / ZoomMode Enumeration

In This Topic
    ZoomMode Enumeration
    In This Topic
    Specifies the mode of the initial zoom.
    Syntax
    'Declaration
     
    Public Enum ZoomMode 
       Inherits System.Enum
    public enum ZoomMode : System.Enum 
    Members
    MemberDescription
    FitToPageFits the content to the entire page.
    FitToWidthFits the content to the width of the page.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Web.ZoomMode

    See Also