Discuss this help topic in SecureBlackbox Forum

TElPDFDocument.Encrypted

TElPDFDocument     See also     


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


This read-only property specifies if object contained in the TElPDFDocument is encrypted.

Declaration

[C#]
    bool Encrypted;

[VB.NET]
    Property Encrypted As Boolean

[Pascal]
    property Encrypted : boolean;

[C++]
    bool get_Encrypted();

[PHP]
    bool get_Encrypted()

[Java]
    boolean getEncrypted();

Description

    Use this property to find out if document is encrypted.

See also:     Encrypted     Opened     Signed    

Discuss this help topic in SecureBlackbox Forum