PdfDocument Methods |
The PdfDocument type exposes the following members.
| 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.
| |
| ExportFormData |
Export the form field data in this document to a common PdfFieldDataFormat.
| |
| 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.) |