Discuss this help topic in SecureBlackbox Forum

TElPDFDocument.RemoveAttachedFile

TElPDFDocument     See also     


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


Removes an attached file.

Declaration

[C#]
    void RemoveAttachedFile(int Index);

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

[Pascal]
    procedure RemoveAttachedFile(Index : integer);

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

[PHP]
    void RemoveAttachedFile(integer $Index)

[Java]
    void removeAttachedFile(int Index);

Parameters

  • Index - index of the attachment to be removed.

Description

    Use this method to remove the desired attachment.

See also:     AddAttachedFile     AttachedFiles     AttachedFileCount    

Discuss this help topic in SecureBlackbox Forum