PdfDocumentPropertiesDocumentPasswordPending Property |
Gets a value indicating that this document is loaded, but the user still has yet to enter the correct password to open it.
Namespace:
RadPdf.Data.Document
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic bool DocumentPasswordPending { get; }
Public ReadOnly Property DocumentPasswordPending As Boolean
Get
Property Value
Type:
Boolean
Remarks
For Lite Documents, retrieving this property requires a call to the storage provider. It is recommend that its output be cached for best performance
See Also