Class PdfDecryptionHandler
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Abstract base class for a PDF decryption handler. This class is a base class for PdfStandardDecryptionHandler and PdfPublicKeyDecryptionHandler classes.
public abstract class PdfDecryptionHandler
- Inheritance
-
PdfDecryptionHandler
- Derived
- 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.