DocumentEventArgsLiteSession Property |
Namespace:
RadPdf.Integration
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public PdfLiteSession LiteSession { get; }
Public ReadOnly Property LiteSession As PdfLiteSession
Get
Return Value
Type:
PdfLiteSessionPdfLiteSession associated with this Lite Document.
Remarks
If this is not a Lite Document (IsLiteDocument is false), this property will be null.
See Also