DocumentLayout
Represents a Document based on the supplied DLEX file.
public class DocumentLayout
Public Class DocumentLayout
Inheritance: ObjectDocumentLayout
Licensing Info
This class is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
Constructors
DocumentLayout(DlexFile) | Initializes a new instance of the DocumentLayout class. |
DocumentLayout(String) | Initializes a new instance of the DocumentLayout class. |
Properties
Author | Gets or sets the author of the DocumentLayout . |
BasePhysicalPath | Gets or sets the base physical path of the document layout. |
FontFamilies | Gets the FontFamilyList object of the document layout. |
Fonts | Gets the FontList object of the document layout. |
FormatProvider | Gets or sets the IFormatProvider of the document layout. |
Id | Gets or sets the ID of the DocumentLayout . |
Keywords | Gets or sets the keywords of the DocumentLayout . |
LayoutParts | Gets or sets the DocumentLayoutPartList of the document layout. |
Subject | Gets or sets the subject of the DocumentLayout . |
Tag | Gets or sets a value indicating whether document is tagged. |
Title | Gets or sets the title of the DocumentLayout . |
Methods
Equals(Object) | Determines whether the specified Object is equal to the current Object . (Inherited from Object) |
GetElementById(String) | Returns the Object that matches the supplied id. |
GetHashCode() | Serves as a hash function for a particular type. (Inherited from Object) |
GetLayoutElementById(String) | Returns the LayoutElement that matches the supplied id. |
GetType() | Gets the Type of the current instance. (Inherited from Object) |
Layout(LayoutData) | Creates a Document object that contians the report as defined in the DLEX file. |
Layout(LayoutData, Document) | Appends the report to the given Document object. |
ToString() | Returns a String that represents the current Object . (Inherited from Object) |
Events
DocumentLayout.ReportDataRequired | Occurs when report data is required for a Report or SubReport. |