Class PdfEncryptionInfo
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Abstract base class for information about an encryption scheme in a PDF document. This class is a base class for PdfStandardEncryptionInfo and PdfPublicKeyEncryptionInfo classes.
public abstract class PdfEncryptionInfo
- Inheritance
-
PdfEncryptionInfo
- 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.
Properties
- Algorithm
Gets the algorithm used to encrypt the document.