Converter.FileOption 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
Syntaxpublic CONV_FILEOPTIONS FileOption { get; set; }
Public Property FileOption As CONV_FILEOPTIONS
Get
Set
public:
property CONV_FILEOPTIONS FileOption {
CONV_FILEOPTIONS get ();
void set (CONV_FILEOPTIONS value);
}
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