PdfStorageAdapter Class |
Namespace: RadPdf.Integration
The PdfStorageAdapter type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | PdfStorageAdapter |
Initializes a new instance of the PdfStorageAdapter class.
|
![]() ![]() | PdfStorageAdapter(PdfStorageProvider) |
Initializes a new instance of the PdfStorageAdapter class when given a string that contains the MS SQL Server connection string.
|
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 | Determines whether the specified object is equal to the current object. (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.
|
![]() | 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 the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (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.) |