Discuss this help topic in SecureBlackbox Forum

TElOfficeBinaryDocument.SignatureHandlers

TElOfficeBinaryDocument     See also     


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


Provides access to the document's signature handlers.

Declaration

[C#]
    TElOfficeBinaryCustomSignatureHandler SignatureHandlers[int Index];

[VB.NET]
    Property SignatureHandlers(ByVal Index As Integer) As TElOfficeBinaryCustomSignatureHandler

[Pascal]
    property SignatureHandlers[Index : Integer] : TElOfficeBinaryCustomSignatureHandler;

[C++]
    TElOfficeBinaryCustomSignatureHandler* get_SignatureHandlers(int32_t Index);

[PHP]
    TElOfficeBinaryCustomSignatureHandler get_SignatureHandlers(integer $Index)

[Java]
    not available

Parameters

  • Index - The index of the desired element in the list. The first item has Index=0, the second has Index=1 and so on.

Description

    This property provides access to the list of signature handlers used to sign the document.

See also:     AddSignature     IsSigned     RemoveSignature     Signable     SignatureHandlerCount    

Discuss this help topic in SecureBlackbox Forum