The Document
public class DocumentController : Component
Public Class DocumentController
Inherits Component
Introduced: 15.0.
Constructor | Description |
---|---|
Document |
Initializes a new instance of the Document |
Method | Description |
---|---|
Dispose | Frees all resources used by the Document |
Get |
Gets a list of the names of all the application fields which are contained inside the specified merge block. |
Get |
Gets a list of the names of all the merge blocks contained in the document. |
Get |
Gets a collection of adapters for all application fields in the specified scope. |
Get |
Get field names. |
Load | Loads a document from a file that is used for further processing. |
Load |
Loads a document from memory that is used for further processing. |
Merge |
Sets the value of the form field specified through the given adapter to the submitted value. |
Save | Saves the document that is currently loaded in the Document |
Save |
Saves the document that is currently loaded in the Document |
Twips2Pixels | Converts a value in twips to a value in pixels according to a specified resolution. |
Property | Description |
---|---|
Char |
Gets or sets the character's code that is used to render checked check boxes. |
Char |
Gets or sets the character's code that is used to render unchecked check boxes. |
Check |
Gets or sets the font used for rendering check boxes. |
Dpi |
Gets or sets the horizontal DPI value used for display-related calculations. |
Dpi |
Gets or sets the vertical DPI value used for display-related calculations. |
Pages | Gets a collection of all pages contained in the currently loaded document. |
Text |
Gets or sets the object of type Server |