Discuss this help topic in SecureBlackbox Forum

TElPDFDocument.Decrypted

TElPDFDocument     See also     


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


Returns True if the document has been decrypted, and False otherwise.

Declaration

[C#]
    bool Decrypted;

[VB.NET]
    Property Decrypted As Boolean

[Pascal]
    property Decrypted : Boolean;

[C++]
    bool get_Decrypted();

[PHP]
    bool get_Decrypted()

[Java]
    boolean getDecrypted();

Description

    This property is set to False by default, and when the document is decrypted, it turns to True. It is related to the component, and doesn't influence the value of the Encrypted, which is a characteristic of the document itself.

See also:     Encrypted    

Discuss this help topic in SecureBlackbox Forum