Discuss this help topic in SecureBlackbox Forum

TElPDFDocument.RemoveEmptySignatureField

TElPDFDocument     See also     


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


Declaration

[C#]
    void RemoveEmptySignatureField(int Index);
    void RemoveEmptySignatureField(int Index, TSBPDFSignatureRemoveOption SigRemoveOption);

[VB.NET]
    Sub RemoveEmptySignatureField(ByVal Index As Integer)
    Sub RemoveEmptySignatureField(ByVal Index As Integer, ByVal SigRemoveOption As TSBPDFSignatureRemoveOption)

[Pascal]
    procedure RemoveEmptySignatureField(Index : integer); overload;
    procedure RemoveEmptySignatureField(Index : integer; SigRemoveOption : TSBPDFSignatureRemoveOption); overload;

[C++]
    void RemoveEmptySignatureField(int32_t Index);
    void RemoveEmptySignatureField(int32_t Index, TSBPDFSignatureRemoveOption SigRemoveOption);

[PHP]
    void RemoveEmptySignatureField(integer $Index)
    void RemoveEmptySignatureField(integer $Index, integer $SigRemoveOption)

[Java]
    void removeEmptySignatureField(int Index, TSBPDFSignatureRemoveOption SigRemoveOption);
    void removeEmptySignatureField(int Index);

Parameters

  • Index -
  • SigRemoveOption -

TSBPDFSignatureRemoveOption values

Description

    This topic is under development.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum