Gets a value indicating whether the document can be opened without password.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public bool RequiresPasswordToOpen { get; }
VB
Public ReadOnly Property RequiresPasswordToOpen As Boolean
Get
Property Value
Type:
Booleantrue if the document can be opened without password; otherwise,
false.
Remarks
An encrypted document can have owner password only. In this case it is allowed to open
the document without a password (with possibly limited set of permissions).
See Also