File Formats

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LightTableEndPageLayoutEventArgs

    Show / Hide Table of Contents

    Class LightTableEndPageLayoutEventArgs

    Represents the arguments of LightTableEndPageLayout Event.

    Inheritance
    System.Object
    System.EventArgs
    PdfCancelEventArgs
    EndPageLayoutEventArgs
    LightTableEndPageLayoutEventArgs
    Inherited Members
    EndPageLayoutEventArgs.Result
    EndPageLayoutEventArgs.NextPage
    PdfCancelEventArgs.Cancel
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 - 2023 Syncfusion Inc. All Rights Reserved