Click or drag to resize

ConverterFileOption Property

This property is used to get or set the file creation mode to be used during the output conversion.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public CONV_FILEOPTIONS FileOption { get; set; }

Property Value

Type: CONV_FILEOPTIONS
Remarks

Possible values are listed under the CONV_FILEOPTIONS Enumeration topic.

The default value for all converters is CONV_FILEOPTIONS_1FILE. CONV_FILEOPTIONS_BLANKPAGE cannot be set in the case of image converters and multiple converters when they are cloned from image converters.

See Also