RecAPI
|
Search result. More...
#include <RecAPIPlus.h>
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.
int _FoundText::foundLen |
Number of letters of the found word.
int _FoundText::foundStart |
Index of the first letter of the currently found word within FoundText::letters.
HDOC _FoundText::hDoc |
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.
int _FoundText::nLetters |
Number of valid letters in text and bboxletter arrays.
int _FoundText::page |
Current page (zero-based index).
int _FoundText::position |
Letter index of the first letter in FoundText::letters within the logical letter order of the page).