Discuss this help topic in SecureBlackbox Forum
Specifies the number of document's signature definitions.
Declaration
[C#]
int SignatureDefinitionCount;
[VB.NET]
Property SignatureDefinitionCount As Integer
[Pascal]
property SignatureDefinitionCount : Integer;
[C++]
int32_t get_SignatureDefinitionCount();
[PHP]
integer get_SignatureDefinitionCount()
[Java]
int getSignatureDefinitionCount();
Description
Use this property to get the number of signature definitions in the list.
Discuss this help topic in SecureBlackbox Forum