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