Discuss this help topic in SecureBlackbox Forum

TElPDFDocument.AddAttachedFile

TElPDFDocument     See also     


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


This method adds a new attachment.

Declaration

[C#]
    int AddAttachedFile();

[VB.NET]
    Function AddAttachedFile() As Integer

[Pascal]
    function AddAttachedFile : integer;

[C++]
    int32_t AddAttachedFile();

[PHP]
    integer AddAttachedFile()

[Java]
    int addAttachedFile();

Return value

    Index of the newly added attachment in the list.

Description

    Use this method to add a new attachement to the document.

See also:     RemoveAttachedFile     AttachedFiles     AttachedFileCount    

Discuss this help topic in SecureBlackbox Forum