Table of Contents

Class PdfStandardDecryptionHandler

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

The Standard Security decryption handler. Use it to open password-protected documents.

public sealed class PdfStandardDecryptionHandler : PdfDecryptionHandler
Inheritance
PdfStandardDecryptionHandler
Inherited Members

Remarks

The Decrypt PDF documents in C# and VB.NET article describes how to process encrypted PDF documents.

Check out the other articles and code samples on the Passwords page.

Constructors

PdfStandardDecryptionHandler(string)

Creates a new decryption handler with the specified password.

Properties

Password

Gets the password to use to decrypt a document.