Discuss this help topic in SecureBlackbox Forum

TElOfficeDocument.RemoveSignature

TElOfficeDocument     See also     


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


Removes signature from the document.

Declaration

[C#]
    void RemoveSignature(int Index);

[VB.NET]
    Sub RemoveSignature(ByVal Index As Integer)

[Pascal]
    procedure RemoveSignature(Index : Integer);

[C++]
    void RemoveSignature(int32_t Index);

[PHP]
    void RemoveSignature(integer $Index)

[Java]
    void removeSignature(int Index);

Parameters

  • Index - index of the signature to be removed

Description

    Use this method to remove one of the signatures from the document.

See also:     AddSignature     IsSigned     SignatureHandlers    

Discuss this help topic in SecureBlackbox Forum