PdfLiteStorageAdapter Constructor |
Namespace:
RadPdf.Lite
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public PdfLiteStorageAdapter()
Remarks
This constructor can be used independently of an ASP.NET Web application configured for use with RAD PDF.
Examples using (PdfLiteStorageAdapter adapter = new PdfLiteStorageAdapter())
{
adapter.GetDocumentAsPdf(key);
}
See Also