ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Win Assembly / GrapeCity.ActiveReports.Viewer.Win Namespace / Viewer Class / Zoom Property

In This Topic
    Zoom Property (Viewer)
    In This Topic
    Gets or sets the viewer's zoom level. 1 for FitWidth mode 2 for Fit Whole Page mode. Throws ArgumentOutOfRangeException on invalid value.
    Syntax
    'Declaration
     
    Public Property Zoom As Single
    public float Zoom {get; set;}
    See Also