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:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public PdfLiteSession DocumentSession { get; }

Property Value

Type: PdfLiteSession
See Also