fileLength Property

Summary

Length of the original document file or URL

Syntax

JavaScript Syntax
Object.defineProperty(Document.prototype, 'fileLength', 
	get: function() 
) 
TypeScript Syntax
fileLength: number; // read-only 

Property Value

The length of the original document file or URL in bytes.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly