| Leadtools.Documents Namespace : DocumentConverterJobErrorMode Enumeration |
Leadtools.Documents.DocumentConverterJobErrorMode = function() { };
Leadtools.Documents.DocumentConverterJobErrorMode.prototype = {
abort = 0,
resume = 1,
};
| Value | Member | Description |
|---|---|---|
| 0 | abort | Abort the conversion job. |
| 1 | resume | Continue on non critical errors. |
DocumentConverterJobErrorMode is used as the type for the DocumentConverterJobData.JobErrorMode property that controls how the engine handles errors that may occur during conversion.
For an example, refer to Convert.