PdfWebControlDocumentLoaded Property |
Namespace: RadPdf.Web.UI
If this property is false, some properties and methods of PdfWebControl may throw an exception. For example, DocumentProperties should only be retrieved if this property is true.
If this property is true, some properties and methods of PdfWebControl may not have any effect until a new document is loaded. For example, DocumentKeyMaxAge, ThrowPasswordException, RenderUnsupportedPdfFeatures and AllowFindMatchingPdf will not have any effect until a new document is created, loaded, or copied.
Even this property is true, some properties and methods of PdfWebControl may also require DocumentPasswordPending to be false. For example EditDocument, should only be used if this property is true and DocumentPasswordPending is false.