DocumentConverterJobErrorMode Enumeration

Summary

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

Syntax
TypeScript
JavaScript
lt.Document.DocumentConverterJobErrorMode = { 
   abort: 0, 
   resume: 1 
} 
lt.Document.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.Document Namespace

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

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.