Discuss this help topic in SecureBlackbox Forum
Specifies if the document is encrypted.
Declaration
[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.
Discuss this help topic in SecureBlackbox Forum