documentOptions Property

Summary

The options to use during document conversion.

Syntax

JavaScript Syntax
Object.defineProperty(DocumentConverterJobData.prototype, 'documentOptions', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
documentOptions: DocumentOptions; 

Property Value

The options to use during document conversion. Default value null to use the default options for the format.

Example

For an example, refer to 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