PdfStorageAdapter Methods |
The PdfStorageAdapter type exposes the following members.
| Name | Description | |
|---|---|---|
| DeleteDocument(Int32) |
Delete a document, all document modifications, and all other document information created by a PdfWebControl instance.
| |
| DeleteDocument(String) |
Delete a document, all document modifications, and all other document information created by a PdfWebControl instance.
| |
| DeleteDocumentKey |
Delete the DocumentKey used to access a document.
| |
| DeleteDocumentKeys | ||
| Dispose |
Releases all resources used by the PdfStorageAdapter.
| |
| Equals | (Inherited from Object.) | |
| ExportDocument(Int32) |
Export the document with the given ID to an importable RAD PDF binary format.
| |
| ExportDocument(String) |
Export the document with the given key 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(Int32) |
Retrieve a document previously loaded into a PdfWebControl instance with all saved modifications, as a PDF.
| |
| GetDocumentAsPdf(String) |
Retrieve a document previously loaded into a PdfWebControl instance with all saved modifications, as a PDF.
| |
| GetDocumentOriginalAsPdf(Int32) |
Retrieve a document previously loaded into a PdfWebControl instance with no modifications, as a PDF.
| |
| GetDocumentOriginalAsPdf(String) |
Retrieve a document previously loaded into a PdfWebControl instance with no modifications, as a PDF.
| |
| GetDocumentOverhead |
Retrieve the overhead of a document previously loaded into a PdfWebControl instance.
| |
| GetDocumentProperties(Int32) |
Retrieve common properties about a document previously loaded into a PdfWebControl instance.
| |
| GetDocumentProperties(String) |
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.) | |
| RemoveExpiredDocumentKeys |
Remove all DocumentKeys which have expired.
| |
| RemoveOldDocuments(TimeSpan) |
Remove documents older than a given period of time.
| |
| RemoveOldDocuments(TimeSpan, Boolean) |
Remove documents older than a given period of time.
| |
| RemoveOldDocuments(TimeSpan, Boolean, Boolean) |
Remove documents older than a given period of time.
| |
| RemoveOldPdfs |
Remove PDF data from RAD PDF's pdfs table older than a given period of time and not in use by a PdfDocument in storage.
| |
| RemoveOldPrintRenderings |
Remove all cached print renderings older than a given period of time.
| |
| SetDocumentFileName(Int32, String) |
Set the DocumentFileName associated with this document.
| |
| SetDocumentFileName(String, String) |
Set the DocumentFileName associated with this document.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |