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

In This Topic
    InitialZoomMode Property (WebViewer)
    In This Topic
    Specifies the initial zoom mode.
    Syntax
    'Declaration
     
    Public Property InitialZoomMode As Nullable(Of ZoomMode)
    public Nullable<ZoomMode> InitialZoomMode {get; set;}
    See Also