Discuss this help topic in SecureBlackbox Forum

TElPDFDocument.Decrypt

TElPDFDocument     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Decrypts the document.

Declaration

[C#]
    void Decrypt();

[VB.NET]
    Sub Decrypt()

[Pascal]
    procedure Decrypt;

[C++]
    void Decrypt();

[PHP]
    void Decrypt()

[Java]
    void decrypt();

Description

    Use this method to decrypt the document. Actual decryption is performed by the descendant of the TElPDFSecurityHandler class, specified in EncryptionHandler property.

See also:     Encrypt     Handler    

Discuss this help topic in SecureBlackbox Forum