document Property

Summary

Document properties

Syntax

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

Property Value

The properties of the document if used; otherwise, null.

Remarks

Refer to DocumentConvertResult for more information.

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