Discuss this help topic in SecureBlackbox Forum

TElPDFDocument.Encrypt

TElPDFDocument     See also     


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


Encrypts the document.

Declaration

[C#]
    void Encrypt();

[VB.NET]
    Sub Encrypt()

[Pascal]
    procedure Encrypt;

[C++]
    void Encrypt();

[PHP]
    void Encrypt()

[Java]
    void encrypt();

Description

    Use this method to encrypt the document.
    Before calling this method you have to create a descendant of TElPDFSecurityHandler class, set all necessary properties and assign it to EncryptionHandler property. Encryption methods depend on security handler assigned to EncryptionHandler property.

See also:     SignAndEncrypt     Decrypt     EncryptionHandler    

Discuss this help topic in SecureBlackbox Forum