PdfStorageAdapter Constructor |
Namespace:
RadPdf.Integration
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public 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.
Examples using (PdfStorageAdapter adapter = new PdfStorageAdapter())
{
adapter.RemoveExpiredDocumentKeys();
}
See Also