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.48.0.0 (3.48.0.0)
Syntax public bool DocumentLoaded { get; }
Public ReadOnly Property DocumentLoaded As Boolean
Get
Property Value
Type:
Booleantrue if this document is loaded and ready for use; otherwise
false.
Remarks See Also