Click or drag to resize

PdfLiteStorageAdapter Constructor

Initializes a new instance of the PdfLiteStorageAdapter class.

Namespace:  RadPdf.Lite
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.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
C#
using (PdfLiteStorageAdapter adapter = new PdfLiteStorageAdapter())
{
    adapter.GetDocumentAsPdf(key);
}
See Also