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