DocumentConverterConversionModes Enumeration (original) (raw)

Summary

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

Syntax

[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.