Click or drag to resize

CharacterData Property

This property returns the data attribute flags of the recognized character.

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

Property Value

Type: Int32
Remarks

Since the recognized text does not contain extra characters for marking the end of lines, etc, these pieces of information are stored for the particular characters with this property.

This property can be any bit-wise combination of the following values:

DATAFLAG Value Meaning
R_ENDOFWORD This is the last character of a word.
R_ENDOFLINE This is the last character in a line.
R_ENDOFPARA This is the last character in a paragraph.
R_ENDOFCELL This is the last character in a cell. (Applicable only for zones with WT_TABLE zone Type property.)
R_ENDOFZONE This is the last character in a zone.
R_ENDOFPAGE This is the last character on a page.

See Also