Class ViewChangeEventArgs
This event arguments provides the necessary information about viewChange event.
Inherited Members
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.dll
Syntax
public class ViewChangeEventArgs
Constructors
ViewChangeEventArgs()
Declaration
public ViewChangeEventArgs()
Properties
EndPage
Specifies the page number that ends in the view port.
Declaration
[JsonPropertyName("endPage")]
public double EndPage { get; set; }
Property Value
| Type | Description |
|---|---|
| double | Accepts the double value. |
StartPage
Specifies the page number that starts in the view port.
Declaration
[JsonPropertyName("startPage")]
public double StartPage { get; set; }
Property Value
| Type | Description |
|---|---|
| double | Accepts the double value. |