Click or drag to resize

DocumentRejectionSymbol Property

Use this property to get or set the code used for the rejection symbol.

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

Property Value

Type: String
Remarks

The rejection symbol is a special character that is used to indicate rejected characters in the output document. A rejected character is one which could not be recognized by the active recognition engine configuration.

The default value is the TILDE character ("~").

The ConvertResults method uses this setting. This property accepts a string parameter, but only a string containing a single character can be set.

Changing this property will set the Modified property to True.

See Also