| PdfLiteSessionHttpContext Property  | 
 
            Gets the HttpContext (if available).
            
 
    Namespace: 
   RadPdf.Lite
    Assembly:
   RadPdfStandard (in RadPdfStandard.dll) Version: 4.7.0.0 (4.7.0.0)
 Syntax
Syntaxpublic HttpContext HttpContext { get; }Public ReadOnly Property HttpContext As HttpContext
	Get
Property Value
Type: 
HttpContext Remarks
Remarks
            Provides access to the current HttpContext if this session was provide by RAD PDF. 
            If the session was publicly constructed, the HttpContext will be null.
            
 See Also
See Also