Click or drag to resize

DocumentEventArgsLiteSession Property

Gets the PdfLiteSession associated with this Lite Document.

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

Return Value

Type: PdfLiteSession

PdfLiteSession associated with this Lite Document.

Remarks

If this is not a Lite Document (IsLiteDocument is false), this property will be null.

See Also