Click or drag to resize

ExceptionEventArgsLiteSession Property

Gets the current Lite Document session, if any.

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

Property Value

Type: PdfLiteSession

If using Lite Documents and the request's Document Key was valid, the PdfLiteSession for the RAD PDF document which caused this RadPdfException; otherwise null.

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