jobErrorMode Property

Summary

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

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

Property Value

A value that specifies how engine handles errors that may occur during conversion. Default value is DocumentConverterJobErrorMode.Abort.

Remarks

This property controls how the engine handles errors that may occur during conversion.

Example

For an example, refer to Convert.

Requirements

Target Platforms

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

Leadtools.Document Assembly