PdfDocumentPropertiesLiteSession Property |
Namespace:
RadPdf.Data.Document
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic 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