Click or drag to resize

FINDTEXTCONTEXT Structure

This structure provides information on the text found and its environment. The FindTextContext structure is filled by the Text method of the SearchText object.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
[ComVisibleAttribute(true)]
[GuidAttribute("D284F6C4-2AB9-4F72-A028-CA72FDC738F7")]
public struct FINDTEXTCONTEXT

The FINDTEXTCONTEXT type exposes the following members.

Fields
  NameDescription
Public fieldBoxes
Specifies 256 IPRORECT structures - only the ones containing the found text plus its environment are filled. Text environment length is set through the GetFindText method of the Document object."
Public fieldFuzzy
True if the text is not found as an exact match. Fuzzy searches can be set using the FINDTEXTFLAG parameter of the GetFindText method."
Public fieldPage
Specifies the index of the page that contains the found text.
Public fieldPosition
Specifies the position of returned text on the page.
Public fieldTextLen
Specifies the length of the found text.
Public fieldTextStart
Specifies at which position the found text starts within the returned text.
Public fieldValidLetters
Specifies the number characters in the returned text.
Top
See Also