Click or drag to resize

DocumentEventArgsIsLiteDocument Property

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

Namespace:  RadPdf.Integration
Assembly:  RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
public bool IsLiteDocument { get; }

Property Value

Type: Boolean
See Also