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

In This Topic
    InitialZoomMode Property (InitializationOptions)
    In This Topic
    Gets or sets the initial zoom mode settings, providing control over how content is scaled on initial display.
    Syntax
    'Declaration
     
    Public Property InitialZoomMode As InitialZoomMode
    public InitialZoomMode InitialZoomMode {get; set;}

    Property Value

    An instance of InitialZoomMode that defines the zoom settings.
    See Also