[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Blazor.Viewer.InitialZoomMode

InitialZoomMode Class

Represents the settings for the initial zoom level.

Inheritance
InitialZoomMode
Namespace: GrapeCity.ActiveReports.Blazor.Viewer
Assembly: MESCIUS.ActiveReports.Blazor.Viewer.dll
Syntax
[JsonConverter(typeof())]
public class InitialZoomMode
Remarks

The InitialZoomMode class provides properties to define how the initial zoom level should be applied in the viewer, including the zoom mode and a specific zoom percentage.

Constructors

Name Description
InitialZoomMode()

Properties

Name Description
Mode

Gets or sets the zoom mode, which defines how zoom should be applied.

Percentage

Gets or sets the zoom value in percentage, specifying the exact zoom level to be applied.