←Select platform

DocumentConverterConversionModes Enumeration

Summary

Types of conversions that were used during the operation of this job.

Syntax
C#
C++/CLI
Java
Python
[FlagsAttribute()] 
public enum DocumentConverterConversionModes 
public [FlagsAttribute] 
   enum class DocumentConverterConversionModes sealed 
public enum DocumentConverterConversionModes 
class DocumentConverterConversionModes(Enum): 
   None = 0 
   SVG = 1 
   OCR = 2 
   Raster = 4 
Members

0x00000000

None

None. The job did not start yet or an error occurred prior to any specific conversion.

0x00000001

SVG

SVG conversion was used.

0x00000002

OCR

OCR conversion was used.

0x00000004

Raster

Raster conversion was used.

Remarks

Data for the ConversionModes member that specifies the types of conversions that were used for this job.

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.