File Formats

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

    Show / Hide Table of Contents

    Class PdfGridBeginPageLayoutEventArgs

    Arguments of BeginPageLayoutEvent.

    Inheritance
    System.Object
    System.EventArgs
    PdfCancelEventArgs
    BeginPageLayoutEventArgs
    PdfGridBeginPageLayoutEventArgs
    Inherited Members
    BeginPageLayoutEventArgs.Bounds
    BeginPageLayoutEventArgs.Page
    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.Grid
    Assembly: Syncfusion.Pdf.Base.dll
    Syntax
    public class PdfGridBeginPageLayoutEventArgs : BeginPageLayoutEventArgs

    Properties

    StartRowIndex

    Gets the start row index.[Read-Only]

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

    The start row.

    See Also

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