ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / InitialZoomMode Class / Mode Property

In This Topic
    Mode Property (InitialZoomMode)
    In This Topic
    Gets or sets the zoom mode, which defines how zoom should be applied.
    Syntax
    'Declaration
     
    Public Property Mode As Nullable(Of ZoomMode)
    public Nullable<ZoomMode> Mode {get; set;}

    Property Value

    A nullable ZoomMode value that specifies the mode of zoom, such as full page, page width, or a custom setting. Null if no mode is specified.
    See Also