Click or drag to resize

CharacterCode Property

This property returns the character code in UNICODE.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public int Code { get; }

Property Value

Type: Int32
Remarks

This is either the first guess of the recognition or zero (0) signaling that the ENGine could not recognize the character.

When converting to the final output document, any non-recognized characters will be replaced by the rejection symbol (RejectionSymbol property of the Document object).

See Also