Click or drag to resize

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.44.0.0 (3.44.0.0)
Syntax
public bool DocumentPasswordPending { 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