←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 length of the attachment file, in bytes. The default value is 0.

Remarks

FileLength is optional and may not be set by the document factory.

For more information, refer to Document Attachments.

Example

For an example, refer to DocumentAttachment and DocumentAttachment.DocumentId.

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.Document Assembly

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