ASP.NET MVC

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PdfTreeGrid - ASP.NETMVC API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PdfTreeGrid

    Inheritance
    System.Object
    PdfGraphicsElement
    PdfLayoutElement
    PdfTreeGrid
    Inherited Members
    PdfLayoutElement.Draw(PdfPage, PointF)
    PdfLayoutElement.Draw(PdfPage, Single, Single)
    PdfLayoutElement.Draw(PdfPage, RectangleF)
    PdfLayoutElement.Draw(PdfPage, PointF, PdfLayoutFormat)
    PdfLayoutElement.Draw(PdfPage, Single, Single, PdfLayoutFormat)
    PdfLayoutElement.Draw(PdfPage, RectangleF, PdfLayoutFormat)
    PdfLayoutElement.Layout(HtmlToPdfLayoutParams)
    PdfLayoutElement.PdfTag
    PdfLayoutElement.EndPageLayout
    PdfLayoutElement.BeginPageLayout
    PdfGraphicsElement.Draw(PdfGraphics)
    PdfGraphicsElement.Draw(PdfGraphics, PointF)
    PdfGraphicsElement.Draw(PdfGraphics, Single, Single)
    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 PdfTreeGrid : PdfLayoutElement

    Constructors

    PdfTreeGrid()

    Declaration
    public PdfTreeGrid()

    Properties

    AllowRowBreakAcrossPages

    Declaration
    public bool AllowRowBreakAcrossPages { get; set; }
    Property Value
    Type Description
    System.Boolean

    Columns

    Declaration
    public PdfTreeGridColumnCollection Columns { get; }
    Property Value
    Type Description
    PdfTreeGridColumnCollection

    EnableHeader

    Declaration
    public bool EnableHeader { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableWordWrap

    Declaration
    public bool EnableWordWrap { get; set; }
    Property Value
    Type Description
    System.Boolean

    Headers

    Declaration
    public PdfTreeGridHeaderCollection Headers { get; }
    Property Value
    Type Description
    PdfTreeGridHeaderCollection

    IsDark

    Declaration
    public bool IsDark { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsFitToWidth

    Declaration
    public bool IsFitToWidth { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsFromGantt

    Declaration
    public bool IsFromGantt { get; set; }
    Property Value
    Type Description
    System.Boolean

    RowHeight

    Declaration
    public float RowHeight { get; set; }
    Property Value
    Type Description
    System.Single

    Rows

    Declaration
    public PdfTreeGridRowCollection Rows { get; }
    Property Value
    Type Description
    PdfTreeGridRowCollection

    Style

    Declaration
    public PdfTreeGridStyle Style { get; set; }
    Property Value
    Type Description
    PdfTreeGridStyle

    TreeColumnIndex

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

    Methods

    Draw(PdfGraphics, PointF, Single)

    Declaration
    public void Draw(PdfGraphics graphics, PointF location, float width)
    Parameters
    Type Name Description
    PdfGraphics graphics
    System.Drawing.PointF location
    System.Single width

    Draw(PdfGraphics, RectangleF)

    Declaration
    public void Draw(PdfGraphics graphics, RectangleF bounds)
    Parameters
    Type Name Description
    PdfGraphics graphics
    System.Drawing.RectangleF bounds

    Draw(PdfGraphics, Single, Single, Single)

    Declaration
    public void Draw(PdfGraphics graphics, float x, float y, float width)
    Parameters
    Type Name Description
    PdfGraphics graphics
    System.Single x
    System.Single y
    System.Single width

    Draw(PdfPage, PointF, PdfTreeGridLayoutFormat)

    Declaration
    public PdfTreeGridLayoutResult Draw(PdfPage page, PointF location, PdfTreeGridLayoutFormat format)
    Parameters
    Type Name Description
    PdfPage page
    System.Drawing.PointF location
    PdfTreeGridLayoutFormat format
    Returns
    Type Description
    PdfTreeGridLayoutResult

    Layout(PdfLayoutParams)

    Declaration
    protected override PdfLayoutResult Layout(PdfLayoutParams param)
    Parameters
    Type Name Description
    PdfLayoutParams param
    Returns
    Type Description
    PdfLayoutResult
    Overrides
    PdfLayoutElement.Layout(PdfLayoutParams)
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved