Click or drag to resize

DocumentMissingSymbol Property

Use this property to get or set the value of the "missing" symbol.

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

Property Value

Type: String
Remarks

The missing symbol is a special character that replaces a character result that was recognized by the Engine but cannot be represented in the final output document because of character coding issues.

The default missing symbol is the CIRCUMFLEX character ("^").

The ConvertResults method uses this setting.

This property accepts a string parameter, but a string containing only a single character can be specified when this property is set.

Changing this property will set the Modified property to True.

See Also