Class PdfStandardEncryptionInfo
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Provides information about PDF documents encrypted with Standard Security Handler.
public sealed class PdfStandardEncryptionInfo : PdfEncryptionInfo
- Inheritance
-
PdfStandardEncryptionInfo
- 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
- MetadataEncrypted
Gets a value indicating whether document metadata is encrypted by a standard (password) encryption handler.
- RequiresPasswordToOpen
Gets a value indicating whether the document can be opened without password.
- UserPermissions
Gets the permissions granted to users of the document.
Methods
- ToString()
Returns a string that represents this PdfStandardEncryptionInfo instance.