Discuss this help topic in SecureBlackbox Forum
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.
Discuss this help topic in SecureBlackbox Forum