Discuss this help topic in SecureBlackbox Forum
Specifies the number of available empty signature fields
Declaration
[C#]
int EmptySignatureFieldCount;
[VB.NET]
Property EmptySignatureFieldCount As Integer
[Pascal]
property EmptySignatureFieldCount : integer;
[C++]
int32_t get_EmptySignatureFieldCount();
[PHP]
integer get_EmptySignatureFieldCount()
[Java]
int getEmptySignatureFieldCount();
Description
Use this property to retrieve the number of available empty signature fields
Discuss this help topic in SecureBlackbox Forum