TPDFlibSearchHit
Data Types
Description
TPDFlibSearchHit is a record structure representing a query result found during a text search on a page, storing the match coordinates and the surrounding text.
Syntax
Delphi
type TPDFlibSearchHit = record
Page: Integer;
Left: Double;
Top: Double;
Right: Double;
Bottom: Double;
MatchText: WideString;
end;Fields
| Page | Az 1-alapú oldalszám where the search text match was found. |
|---|---|
| Left | A találati határolókeret vízszintes bal oldali koordinátája |
| Top | A talált befoglaló keret függőleges felső koordinátája |
| Right | A találati határolókeret vízszintes jobb oldali koordinátája |
| Bottom | A talált befoglaló keret függőleges alsó koordinátája |
| MatchText | Az oldalszöveg környező sora, amely megfelelt a keresési lekérdezésnek |