←Select platform

AttachmentCount Property

Summary

Gets the number of attachments to this file.

Syntax
C#
VB
C++
public int AttachmentCount {get;} 
Public ReadOnly Property AttachmentCount() As Integer 
   Get 
public:  
   property Int32 AttachmentCount 
   { 
      Int32 get() 
   } 

Property Value

Number of attachments to this file, if this file has any; otherwise, 0.

Remarks

LEADTOOLS supports attachments for the following file formats:

Therefore, AttachmentCount will contain a valid value only if the file is one of the formats listed above.

Example

For an example, refer to ReadAttachments.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.