menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class PdfTreeGridLayoutResult

    Inheritance
    System.Object
    PdfLayoutResult
    PdfTreeGridLayoutResult
    Inherited Members
    PdfLayoutResult.Page
    PdfLayoutResult.Bounds
    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.EJ.Export
    Assembly: Syncfusion.EJ.Export.dll
    Syntax
    public class PdfTreeGridLayoutResult : PdfLayoutResult

    Constructors

    PdfTreeGridLayoutResult(PdfPage, RectangleF)

    Initializes a new instance of the class.

    Declaration
    public PdfTreeGridLayoutResult(PdfPage page, RectangleF bounds)
    Parameters
    Type Name Description
    PdfPage page

    The current page.

    System.Drawing.RectangleF bounds

    The current bounds.

    Remarks

    The page might be null, which means that lay outing was performed on PdfGraphics.

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