length Property

Summary

The length of the file containing the data.

Syntax
TypeScript
JavaScript
Object.defineProperty(ConvertItem.prototype, 'length', 
   get: function(), 
   set: function(value) 
) 
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 LEADDocument.Convert

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly