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