Table of Contents

Class PdfGridBeginPageLayoutEventArgs

Namespace
Syncfusion.Pdf.Grid
Assembly
Syncfusion.Pdf.Portable.dll

Arguments of BeginPageLayoutEvent.

public class PdfGridBeginPageLayoutEventArgs : BeginPageLayoutEventArgs
Inheritance
PdfGridBeginPageLayoutEventArgs
Inherited Members

Properties

StartRowIndex

Gets the start row index.[Read-Only]

public int StartRowIndex { get; }

Property Value

int

The start row.

See Also

See Also