Controls how the engine handles errors that may occur during conversion.
lt.Documents.DocumentConverterJobErrorMode = {
Abort: 0,
Resume: 1
}
lt.Documents.DocumentConverterJobErrorMode = {
Abort: 0,
Resume: 1
}
Members
0 | Abort |
(0) Abort the conversion job. |
1 | Resume |
(1) 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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET