Click or drag to resize

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.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public RMTRADEOFF TradeOff { get; set; }

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