url Property

Summary

The URL to the file containing the data.

Syntax

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

Property Value

The URL to the file on server containing the conversion data. Default value is null.

Remarks

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