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

In This Topic
    ZoomMode Enumeration
    In This Topic
    The different modes of the initial zoom.
    Syntax
    'Declaration
     
    Public Enum ZoomMode 
       Inherits System.Enum
    public enum ZoomMode : System.Enum 
    Members
    MemberDescription
    FitToPageZoom to whole page.
    FitToWidthZoom to page width.
    Inheritance Hierarchy

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

    See Also