Discuss this help topic in SecureBlackbox Forum

TElPDFDocument.SignAndEncrypt

TElPDFDocument     See also     


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


Encrypts the document and adds a signature.

Declaration

[C#]
    void SignAndEncrypt();

[VB.NET]
    Sub SignAndEncrypt()

[Pascal]
    procedure SignAndEncrypt;

[C++]
    void SignAndEncrypt();

[PHP]
    void SignAndEncrypt()

[Java]
    void signAndEncrypt();

Description

    Use this method to encrypt the document and add a signature.
    Use of this method is similar to the use of Encrypt method, except the signature could be added to the PDF document.

See also:     Decrypt     Encrypt    

Discuss this help topic in SecureBlackbox Forum