menu

Document Processing

LightTableEndPageLayoutEventArgs Class - C# PDF Library API Reference | Syncfusion

    Show / Hide Table of Contents

    LightTableEndPageLayoutEventArgs Class

    Represents the arguments of LightTableEndPageLayout Event.

    Inheritance
    System.Object
    PdfCancelEventArgs
    EndPageLayoutEventArgs
    LightTableEndPageLayoutEventArgs
    Inherited Members
    EndPageLayoutEventArgs.NextPage
    EndPageLayoutEventArgs.Result
    PdfCancelEventArgs.Cancel
    Namespace: Syncfusion.Pdf.Tables
    Assembly: Syncfusion.Pdf.Base.dll
    Syntax
    public class LightTableEndPageLayoutEventArgs : EndPageLayoutEventArgs

    Properties

    EndRowIndex

    Gets the end row. Read-Only.

    Declaration
    public int EndRowIndex { get; }
    Property Value
    Type Description
    System.Int32

    The index of the last row.

    StartRowIndex

    Gets the start row. Read-Only.

    Declaration
    public int StartRowIndex { get; }
    Property Value
    Type Description
    System.Int32

    The index of the start row.

    See Also

    EndPageLayoutEventArgs
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved