ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web Namespace / WebViewer Class / InitialZoomPercentage Property

In This Topic
    InitialZoomPercentage Property (WebViewer)
    In This Topic
    Specifies the initial zoom value in percentage.
    Syntax
    'Declaration
     
    Public Property InitialZoomPercentage As Nullable(Of Integer)
    public Nullable<int> InitialZoomPercentage {get; set;}
    See Also