PdfDocument Class |
Namespace: RadPdf.Data.Document
The PdfDocument type exposes the following members.
Name | Description | |
---|---|---|
BidiTextMode |
Gets or sets a value representing the PdfDocument's bidirectional text mode.
The default is LeftToRight.
| |
CustomData |
Gets or sets a value representing the PdfDocument's custom data.
| |
DocumentInfo |
Gets a PdfDocumentInfo class containing information about this PdfDocument's information.
| |
DocumentProperties |
Gets a PdfDocumentProperties class containing common properties describing this document.
| |
DocumentSecurity |
Gets a PdfDocumentSecurity class containing information about this PdfDocument's security.
| |
Dpi |
Gets a value representing the PdfDocument's resolution.
| |
EmbeddedFiles |
Gets a collection of all PdfEmbeddedFile object attached to this document.
| |
Fields |
Gets a collection of all PdfField objects in this document.
| |
IsLiteDocument |
Gets a value indicating whether this document is a Lite Document (created with PdfWebControlLite) or not (and hence created with PdfWebControl).
| |
Pages |
Gets a collection of all PdfPage objects in this document.
|
Name | Description | |
---|---|---|
CheckRequiredFields |
Check that all required form fields are completed.
| |
Equals | (Inherited from Object.) | |
Export |
Exports the document (and any changes made by the PdfDocument) to an importable RAD PDF binary format.
| |
ExportObjects |
Export all objects in this document as an importable string.
| |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ImportObjects(String) |
Imports all objects to this document from an importable string.
| |
ImportObjects(String, PdfObjectImportSettings) |
Imports all objects to this document from an importable string.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |