UserZoneCorrectProperNames Property
|
Use this property to get or set whether the correction feature of the checking subsystem will capitalize names (proper nouns) inside recognized text.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic bool CorrectProperNames { get; set; }
Public Property CorrectProperNames As Boolean
Get
Set
public:
property bool CorrectProperNames {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
Remarks
The default value of this property is False. This property has no effect if the Check
or Correction property of the Document object is False.
Changing this property sets the Modified property of the Document object to True.
See Also