Click or drag to resize

PdfWebControlLiteDocumentLoaded Property

Gets a value indicating whether a document is loaded and ready for use in this PdfWebControlLite instance.

Namespace:  RadPdf.Web.UI
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public bool DocumentLoaded { get; }

Property Value

Type: Boolean
true if this document is loaded and ready for use; otherwise false.
Remarks