Discuss this help topic in SecureBlackbox Forum

TElOfficeDocument.SignatureHandlers

TElOfficeDocument     See also     


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


Provides access to the document's signature handlers.

Declaration

[C#]
    TElOfficeCustomSignatureHandler SignatureHandlers[int Index];

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

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

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

[PHP]
    TElOfficeCustomSignatureHandler 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