Click or drag to resize

PdfDocumentEditor Methods

The PdfDocumentEditor type exposes the following members.

Methods
  NameDescription
Public methodAppend(Byte)
Appends a PDF file to this Document and saves the resulting document to database (along with any other changes made by the PdfDocumentEditor).
Public methodAppend(Int32)
Appends a PDF file to this Document and saves the resulting document to database (along with any other changes made by the PdfDocumentEditor).
Public methodAppend(Stream)
Appends a PDF file to this Document and saves the resulting document to database (along with any other changes made by the PdfDocumentEditor).
Public methodAppend(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).
Public methodAppend(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).
Public methodCheckIsRendered
Check that this document is rendered and all resources available
Public methodCheckRequiredFields
Check that all required form fields are completed.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExport
Exports the document (and any changes made by the PdfDocumentEditor) to an importable RAD PDF binary format.
Public methodExportFormData
Export the form field data in this document to a common PdfFieldDataFormat.
Public methodExportObjects
Export all objects in this document as an importable string.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodImportObjects(String)
Imports all objects to this document from an importable string.
Public methodImportObjects(String, PdfObjectImportSettings)
Imports all objects to this document from an importable string.
Public methodSave
Saves document changes made by the PdfDocumentEditor to database.
Public methodSearch
Searches the document for one or more keywords / terms / words in this Document.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also