Discuss this help topic in SecureBlackbox Forum

TElPDFDocument.AttachedFiles

TElPDFDocument     See also     


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


Contains attachments to the PDF document.

Declaration

[C#]
    TElPDFFileAttachment AttachedFiles[int Index];

[VB.NET]
    Property AttachedFiles(ByVal Index As Integer) As TElPDFFileAttachment

[Pascal]
    property AttachedFiles[Index : integer] : TElPDFFileAttachment;

[C++]
    TElPDFFileAttachment* get_AttachedFiles(int32_t Index);

[PHP]
    TElPDFFileAttachment get_AttachedFiles(integer $Index)

[Java]
    not available

Parameters

  • Index - index of the desired attachment. The first attachment has Index=0, the second has Index=1, and so on.

Description

    Use this property to retrieve the document's attachments.

See also:     AttachedFileCount    

Discuss this help topic in SecureBlackbox Forum