PdfLiteStorageAdapter Class |
Namespace: RadPdf.Lite
The PdfLiteStorageAdapter type exposes the following members.
Name | Description | |
---|---|---|
PdfLiteStorageAdapter |
Initializes a new instance of the PdfLiteStorageAdapter class.
|
Name | Description | |
---|---|---|
DeleteDocument(String) |
Delete a document, all document modifications, and all other document information created by a PdfWebControl instance.
| |
DeleteDocument(PdfLiteSession) |
Delete a document, all document modifications, and all other document information created by a PdfWebControl instance.
| |
Dispose |
Releases all resources used by the PdfLiteStorageAdapter.
| |
Equals | (Inherited from Object.) | |
ExportDocument(String) |
Export the document with the given key to an importable RAD PDF binary format.
| |
ExportDocument(PdfLiteSession) |
Export the document with the given ID to an importable RAD PDF binary format.
| |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetDocumentAsPdf(String) |
Retrieve a document previously loaded into a PdfWebControlLite instance with all saved modifications, as a PDF.
| |
GetDocumentAsPdf(PdfLiteSession) |
Retrieve a document previously loaded into a PdfWebControlLite instance with all saved modifications, as a PDF.
| |
GetDocumentOriginalAsPdf(String) |
Retrieve a document previously loaded into a PdfWebControl instance with no modifications, as a PDF.
| |
GetDocumentOriginalAsPdf(PdfLiteSession) |
Retrieve a document previously loaded into a PdfWebControl instance with no modifications, as a PDF.
| |
GetDocumentProperties(String) |
Retrieve common properties about a document previously loaded into a PdfWebControl instance.
| |
GetDocumentProperties(PdfLiteSession) |
Retrieve common properties about a document previously loaded into a PdfWebControl instance.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |