Discuss this help topic in SecureBlackbox Forum
Specifies if the document is encrypted.
Declaration
[C#/Java]
bool IsEncrypted;
[VB.NET]
Property IsEncrypted As Boolean
[Pascal]
property IsEncrypted : boolean;
[C++]
bool get_IsEncrypted();
[PHP]
bool get_IsEncrypted()
Description
Use this read-only property to check if the document is encrypted or not.
Discuss this help topic in SecureBlackbox Forum