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