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