Constructor PdfStandardDecryptionHandler
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
PdfStandardDecryptionHandler(string)
Creates a new decryption handler with the specified password.
public PdfStandardDecryptionHandler(string password)
Parameters
password
stringThe password to use to decrypt a document.
Remarks
The password can be a user password or an owner password.
The permissions for the decrypted document might vary, depending on the type of the password.
The Decrypt PDF documents in C# and VB.NET article contains examples of using this constructor.