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)
Syntaxpublic PdfLiteSession LiteSession { get; }Public ReadOnly Property LiteSession As PdfLiteSession
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