Discuss this help topic in SecureBlackbox Forum

TElPDFDocument.InsertSignature

TElPDFDocument     See also     


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


Inserts a signature to the list.

Declaration

[C#]
    TElPDFSignature InsertSignature(int Index);

[VB.NET]
    Function InsertSignature(ByVal Index As Integer) As TElPDFSignature

[Pascal]
    function InsertSignature(Index : integer) : TElPDFSignature;

[C++]
    TElPDFSignatureHandle InsertSignature(int32_t Index);

[PHP]
    TElPDFSignature InsertSignature(integer $Index)

[Java]
    TElPDFSignature insertSignature(int Index);

Parameters

  • Index - index of the signature to be removed in the list.

Return value

    Returns a reference to the newly created signature object.

Description

    Use this method to insert a new signature to the desired position in the signature list.

See also:     Signatures     AddSignature    

Discuss this help topic in SecureBlackbox Forum