fileLength Property

Summary

Length of the attachment file, in bytes.

Syntax
TypeScript
JavaScript
Object.defineProperty(DocumentAttachment.prototype, 'fileLength', 
   get: function(), 
   set: function(value) 
) 
fileLength: number; 

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.