Discuss this help topic in SecureBlackbox Forum

TElOfficeBinaryDocument.SignatureHandlerCount

TElOfficeBinaryDocument     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Provides access to the 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.

See also:     SignatureHandlers    

Discuss this help topic in SecureBlackbox Forum