Click or drag to resize

PdfWebControlLiteDocumentSession Property

Gets a PdfLiteSession class containing session information about the loaded document if DocumentLoaded is true in this PdfWebControlLite instance; otherwise null.

Namespace:  RadPdf.Web.UI
Assembly:  RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
public PdfLiteSession DocumentSession { get; }

Property Value

Type: PdfLiteSession
See Also