Discuss this help topic in SecureBlackbox Forum

TElPDFDocument.DecryptionMode

TElPDFDocument     See also     


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


Specifies decryption mode for the PDF document.

Declaration

[C#]
    TSBPDFDecryptionMode DecryptionMode;

[VB.NET]
    Property DecryptionMode As TSBPDFDecryptionMode

[Pascal]
    property DecryptionMode : TSBPDFDecryptionMode;

[C++]
    TSBPDFDecryptionMode get_DecryptionMode();
    void set_DecryptionMode(TSBPDFDecryptionMode Value);

[PHP]
    integer get_DecryptionMode()
    void set_DecryptionMode(integer $Value)

[Java]
    short getDecryptionMode();
    void setDecryptionMode(short Value);

Possible values:

Description

    Use this property to specify the decryption mode for the document. It allows to sign an encrypted document or partially decrypt the document. The value should be set before opening a document.

See also:     Decrypt     Open    

Discuss this help topic in SecureBlackbox Forum