length Property

Summary

The length of the file containing the data.

Syntax

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

Property Value

The length of the file on server containing the conversion data in bytes. Default value is 0.

Remarks

This is the length of the file in Url. For more information, refer to DocumentConvertResult

Example

For an example, refer to Document.Convert

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