Discuss this help topic in SecureBlackbox Forum

TElPDFDocument.AttachedFileCount

TElPDFDocument     See also     


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


Specifies the number of attachments.

Declaration

[C#]
    int AttachedFileCount;

[VB.NET]
    Property AttachedFileCount As Integer

[Pascal]
    property AttachedFileCount : integer;

[C++]
    int32_t get_AttachedFileCount();

[PHP]
    integer get_AttachedFileCount()

[Java]
    int getAttachedFileCount();

Description

    Use this property to get the number of files attached to the document.

See also:     AttachedFiles    

Discuss this help topic in SecureBlackbox Forum