←Select platform

FileLength Property

Summary

Length of the attachment file, in bytes.

Syntax
C#
VB
C++
public long FileLength {get; set;} 
Public Property FileLength() As Long 
   Get 
   Set 
public:  
   property Int64 FileLength 
   { 
      Int64 get() 
      void set(Int64 value) 
   } 

Property Value

The optional length of the attachment file, in bytes. The default value is 0.

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.