←Select platform

DocumentConverterConversionModes Enumeration

Summary

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

Syntax

C#
VB
Java
C++
[FlagsAttribute()] 
public enum DocumentConverterConversionModes 
<FlagsAttribute()>  
Public Enum DocumentConverterConversionModes 
public [FlagsAttribute] 
   enum class DocumentConverterConversionModes sealed 
public enum DocumentConverterConversionModes 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents.Converters Assembly