DocumentConverterJobErrorMode Enumeration

Summary

Controls how the engine handles errors that may occur during conversion.

Syntax

JavaScript Syntax
lt.Documents.DocumentConverterJobErrorMode = { 
	Abort: 0, 
	Resume: 1 
} 
TypeScript Syntax
lt.Documents.DocumentConverterJobErrorMode = { 
	Abort: 0, 
	Resume: 1 
} 

Members

0 Abort

(0) Abort the conversion job.

1 Resume

(1) Continue on non critical errors.

Remarks

DocumentConverterJobErrorMode is used as the type for the DocumentConverterJobData.JobErrorMode property that controls how the engine handles errors that may occur during conversion.

Example

For an example, refer to Convert.

Requirements

Target Platforms

See Also

Reference

Leadtools.Documents Namespace

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly