Click or drag to resize

DefaultPdfLiteSessionProvider Constructor

Constructs a new DefaultPdfLiteSessionProvider instance for use by RAD PDF.

Namespace:  RadPdf.Lite
Assembly:  RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
public DefaultPdfLiteSessionProvider()
Remarks

In this default implementation, if ASP.NET Session State is turned off, an exception will be thrown when AddSession(HttpContext, PdfLiteSession) or GetSession(HttpContext, String) is called.

See Also