Class LightTableBeginPageLayoutEventArgs
Represents the arguments of BeginPageLayoutEvent.
Inheritance
System.Object
LightTableBeginPageLayoutEventArgs
Inherited Members
Namespace: Syncfusion.Pdf.Tables
Assembly: Syncfusion.Pdf.NET.dll
Syntax
public class LightTableBeginPageLayoutEventArgs : BeginPageLayoutEventArgs
Properties
StartRowIndex
Gets the start row. Read-Only.
Declaration
public int StartRowIndex { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The index of the start row. |