Class PdfTreeGridLayoutFormat
Defines parameters for PdfGrid layout.
Inherited Members
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 PdfTreeGridLayoutFormat : PdfLayoutFormat
Constructors
PdfTreeGridLayoutFormat()
Initializes a new instance of the
Declaration
public PdfTreeGridLayoutFormat()
PdfTreeGridLayoutFormat(PdfLayoutFormat)
Initializes a new instance of the
Declaration
public PdfTreeGridLayoutFormat(PdfLayoutFormat baseFormat)
Parameters
Type | Name | Description |
---|---|---|
PdfLayoutFormat | baseFormat | The base format. |