Click or drag to resize

CONV_FILEOPTIONS Enumeration

Export file options.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
[GuidAttribute("C4AF8174-7571-4F71-AC40-8B384450358D")]
public enum CONV_FILEOPTIONS
Members
  Member nameValueDescription
CONV_FILEOPTIONS_DONTCARE-1 Use the value defined by the Converter
CONV_FILEOPTIONS_1FILE0 One file for all pages
CONV_FILEOPTIONS_1FILEPERPAGE1 One file per page
CONV_FILEOPTIONS_BLANKPAGE2 A new file at each blank page
CONV_FILEOPTIONS_1FILEPERIMAGE3 A new file for each image
Remarks
Every value can be used as a workflow paramater with the WFHandler's SetTempParam method. Every value except CONV_FILEOPTIONS_DONTCARE can be used as a FileOption property of the Converters.
See Also