Discuss this help topic in SecureBlackbox Forum
Specifies if the document could be encrypted.
Declaration
[VB.NET]
Property Encryptable As Boolean
[Pascal]
property Encryptable : Boolean;
[C++]
bool get_Encryptable();
[PHP]
bool get_Encryptable()
[Java]
boolean getEncryptable();
Description
Use this read-only property to check if the document could be encrypted.
Discuss this help topic in SecureBlackbox Forum