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:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public bool DocumentPasswordPending { get; }
Public ReadOnly Property DocumentPasswordPending As Boolean
Get
Property Value
Type:
BooleanRemarks
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