Click or drag to resize

DTXTOUTPUTFORMATS Enumeration

DTXT output formats.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public enum DTXTOUTPUTFORMATS
Members
  Member nameValueDescription
DTXT_TXTS0 Text Standard.
DTXT_TXTCSV1 Text CSV.
DTXT_TXTF2 Text Formatted.
DTXT_PDFIOT3 PDF Image on Text.
DTXT_XMLCOORD4 XML Simple.
DTXT_BINARY5 Binary output.
DTXT_IOTPDF6
Caution note Caution
This API is preliminary and subject to change.
DTXT_IOTPDF_MRC7
Caution note Caution
This API is preliminary and subject to change.
Remarks

These output formats can be created by Direct TXT output converter with the Page object's ConvertToDirectTXT method.

All of them except DTXT_BINARY are appendable. Some of the selectable output formats can be balanced by settings.

See Also