PdfDocumentEditor Methods |
The PdfDocumentEditor type exposes the following members.
| Name | Description | |
|---|---|---|
| Append(Byte) |
Appends a PDF file to this Document and saves the resulting document to database (along with any other changes made by the PdfDocumentEditor).
| |
| Append(Int32) |
Appends a PDF file to this Document and saves the resulting document to database (along with any other changes made by the PdfDocumentEditor).
| |
| Append(Stream) |
Appends a PDF file to this Document and saves the resulting document to database (along with any other changes made by the PdfDocumentEditor).
| |
| Append(PdfLiteSession) |
Appends a Lite Document in storage to this Document and saves the resulting document to storage (along with any other changes made by the PdfDocumentEditor).
| |
| Append(Int32, PdfPageSize) |
Appends 1 or more blank pages to this Document and saves the resulting document to database (along with any other changes made by the PdfDocumentEditor).
| |
| CheckIsRendered |
Check that this document is rendered and all resources available
| |
| CheckRequiredFields |
Check that all required form fields are completed.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Export |
Exports the document (and any changes made by the PdfDocumentEditor) 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.
| |
| GetHashCode | Serves as the default hash function. (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.
| |
| Save |
Saves document changes made by the PdfDocumentEditor to database.
| |
| Search |
Searches the document for one or more keywords / terms / words in this Document.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |