Class LightTableBeginPageLayoutEventArgs
Represents the arguments of BeginPageLayoutEvent.
Inheritance
System.Object
System.EventArgs
LightTableBeginPageLayoutEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Pdf.Tables
Assembly: Syncfusion.Pdf.Base.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. |