Click or drag to resize

WarningEventArgsLiteSession Property

Gets the active session, if available.

Namespace:  RadPdf.Integration
Assembly:  RadPdf (in RadPdf.dll) Version: 4.7.0.0 (4.7.0.0)
Syntax
public PdfLiteSession LiteSession { get; }

Property Value

Type: PdfLiteSession
Remarks

The Lite Session is specific to the RAD PDF document that caused this exception. The current ASP.NET session can be obtained using System.Web.HttpContent.Current.Session.

See Also