Discuss this help topic in SecureBlackbox Forum

TElOfficeBinaryDocument.IsEncrypted

TElOfficeBinaryDocument     See also     


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


Specifies if the document is encrypted.

Declaration

[C#]
    bool IsEncrypted;

[VB.NET]
    Property IsEncrypted As Boolean

[Pascal]
    property IsEncrypted : Boolean;

[C++]
    bool get_IsEncrypted();

[PHP]
    bool get_IsEncrypted()

[Java]
    boolean getIsEncrypted();

Description

    Use this read-only property to check if the document is encrypted or not.

See also:     DecryptTo     Encryptable     EncryptTo     IsSigned    

Discuss this help topic in SecureBlackbox Forum