PdfStorageAdapter Constructor |
Namespace:
RadPdf.Integration
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic PdfStorageAdapter()
Remarks
This constructor should only be used inside of an ASP.NET Web application configured for use with RAD PDF.
To use this class outside of an ASP.NET Web application, use the
PdfStorageAdapter(PdfStorageProvider) constructor.
Examplesusing (PdfStorageAdapter adapter = new PdfStorageAdapter())
{
adapter.RemoveExpiredDocumentKeys();
}
See Also