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