Discuss this help topic in SecureBlackbox Forum

TElOfficeOpenXMLPackage.SignatureHandlers

TElOfficeOpenXMLPackage     See also     


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


Provides access to the document's signature handlers.

Declaration

[C#]
    TElOfficeOpenXMLCustomSignatureHandler SignatureHandlers[int Index];

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

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

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

[PHP]
    TElOfficeOpenXMLCustomSignatureHandler get_SignatureHandlers(integer $Index)

[Java]
    TElOfficeOpenXMLCustomSignatureHandler getSignatureHandlers(int Index);

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

    Use this property to get signature handler from the list.

See also:     AddSignature     IsSigned     RemoveSignature     Signable     SignatureHandlerCount    

Discuss this help topic in SecureBlackbox Forum