Property Password
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Password
Gets the password to use to decrypt a document.
public string Password { get; }
Property Value
- string
The password to use to decrypt a document.
Remarks
When PDF document is encrypted using RC4 or AES-128 algorithms, the library converts the provided password to bytes using UTF-8 encoding.
The Decrypt PDF documents in C# and VB.NET article describes how to process encrypted PDF documents.