Table of Contents

Class LightTableEndPageLayoutEventArgs

Namespace
Syncfusion.Pdf.Tables
Assembly
Syncfusion.Pdf.Portable.dll

Represents the arguments of LightTableEndPageLayout Event.

public class LightTableEndPageLayoutEventArgs : EndPageLayoutEventArgs
Inheritance
LightTableEndPageLayoutEventArgs
Inherited Members

Properties

EndRowIndex

Gets the end row. Read-Only.

public int EndRowIndex { get; }

Property Value

int

The index of the last row.

See Also

StartRowIndex

Gets the start row. Read-Only.

public int StartRowIndex { get; }

Property Value

int

The index of the start row.

See Also

See Also