Gets the password to use to decrypt a document.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public string Password { get; }
VB
Public ReadOnly Property Password As String
Get
Property Value
Type:
StringThe password to use to decrypt a document.
See Also