PdfStandardDecryptionHandler Class

Docotic.Pdf library help > BitMiracle.Docotic.Pdf > PdfStandardDecryptionHandler Class
The Standard Security decryption handler. Use it to open password-protected documents.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.PdfDecryptionHandler
    BitMiracle.Docotic.Pdf.PdfStandardDecryptionHandler

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public sealed class PdfStandardDecryptionHandler : PdfDecryptionHandler
VB
Public NotInheritable Class PdfStandardDecryptionHandler
	Inherits PdfDecryptionHandler

The PdfStandardDecryptionHandler type exposes the following members.

Constructors

  NameDescription
Public methodPdfStandardDecryptionHandler
Creates a new decryption handler with the specified password.

Properties

  NameDescription
Public propertyPassword
Gets the password to use to decrypt a document.

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)

See Also