Click or drag to resize

PdfDocumentPropertiesIsLiteDocument Property

Gets a value indicating whether this document is a Lite Document (created with PdfWebControlLite) or not (and hence created with PdfWebControl).

Namespace:  RadPdf.Data.Document
Assembly:  RadPdf (in RadPdf.dll) Version: 3.43.0.0 (3.43.0.0)
Syntax
public bool IsLiteDocument { get; }

Property Value

Type: Boolean
See Also