menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LightTableEndPageLayoutEventArgs - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class LightTableEndPageLayoutEventArgs

    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.Portable.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