←Select platform

DocumentConverterJobErrorMode Enumeration

Summary

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

Syntax
C#
C++/CLI
Java
Python
[SerializableAttribute()] 
[DataContractAttribute()] 
public enum DocumentConverterJobErrorMode 
public [SerializableAttribute,  
   DataContractAttribute] 
   enum class DocumentConverterJobErrorMode sealed 
public enum DocumentConverterJobErrorMode 
class DocumentConverterJobErrorMode(Enum): 
   Abort = 0 
   Continue = 1 
Members

0

Abort

Abort the conversion job.

1

Continue

Continue on non-critical errors.

Remarks

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

Refer to DocumentConverterJobOperation on which operation is considered critical.

Requirements

Target Platforms

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

Leadtools.Document.Converter Assembly

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