Click or drag to resize

PdfLiteStorageAdapter Methods

The PdfLiteStorageAdapter type exposes the following members.

Methods
  NameDescription
Public methodDeleteDocument(String)
Delete a document, all document modifications, and all other document information created by a PdfWebControl instance.
Public methodDeleteDocument(PdfLiteSession)
Delete a document, all document modifications, and all other document information created by a PdfWebControl instance.
Public methodDispose
Releases all resources used by the PdfLiteStorageAdapter.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExportDocument(String)
Export the document with the given key to an importable RAD PDF binary format.
Public methodExportDocument(PdfLiteSession)
Export the document with the given ID to an importable RAD PDF binary format.
Public methodGetDocumentAsPdf(String)
Retrieve a document previously loaded into a PdfWebControlLite instance with all saved modifications, as a PDF.
Public methodGetDocumentAsPdf(PdfLiteSession)
Retrieve a document previously loaded into a PdfWebControlLite instance with all saved modifications, as a PDF.
Public methodGetDocumentOriginalAsPdf(String)
Retrieve a document previously loaded into a PdfWebControl instance with no modifications, as a PDF.
Public methodGetDocumentOriginalAsPdf(PdfLiteSession)
Retrieve a document previously loaded into a PdfWebControl instance with no modifications, as a PDF.
Public methodGetDocumentProperties(String)
Retrieve common properties about a document previously loaded into a PdfWebControl instance.
Public methodGetDocumentProperties(PdfLiteSession)
Retrieve common properties about a document previously loaded into a PdfWebControl instance.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also