| 
    RecAPI 
   | 
 
Search result. More...
Public Attributes | |
| HDOC | hDoc | 
| int | page | 
| int | position | 
| int | nLetters | 
| WCHAR | letters [FT_TEXTLEN] | 
| RECT | boundBoxes [FT_TEXTLEN] | 
| int | foundStart | 
| int | foundLen | 
| INTBOOL | isFuzzy | 
Search result.
The result of the search (RecFindTextFirst, RecFindTextNext), and also the input for text marking and redaction (RecProcessText, RecRedactText)
| RECT FoundText::boundBoxes[FT_TEXTLEN] | 
Bounding boxes of the letters.
Number of letters of the found word.
Index of the first letter of the currently found word within FoundText::letters.
Current document handle.
| INTBOOL FoundText::isFuzzy | 
TRUE if found by fuzzy method.
| WCHAR FoundText::letters[FT_TEXTLEN] | 
The found word and its environment, always null terminated.
Number of valid letters in text and bboxletter arrays.
| int FoundText::page | 
Current page (zero-based index).
Letter index of the first letter in FoundText::letters within the logical letter order of the page).