DocumentTradeOff Property
|
Use this property to get or set which recognition trade-off setting will be used during the recognition of the document.
Namespace:
Kofax.OmniPageCSDK.IproPlusAssembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic RMTRADEOFF TradeOff { get; set; }Public Property TradeOff As RMTRADEOFF
Get
Set
public:
property RMTRADEOFF TradeOff {
RMTRADEOFF get ();
void set (RMTRADEOFF value);
}Property Value
Type:
RMTRADEOFF
Remarks
Its available values are listed under the RMTRADEOFF Enumeration topic.
The default value of this property is TO_ACCURATE.
This setting is effective only for the following recognition modules: MOR, MTX, MAT, HNR and RER. The Recognize method of Document
or Page objects use this setting.
Changing this property will set the Modified property to True.
See Also