TPDFlibSearchHit
Data Types
Description
TPDFlibSearchHitSearchContextChars
Syntax
Delphi
type TPDFlibSearchHit = record
Page: Integer;
Left: Double;
Top: Double;
Right: Double;
Bottom: Double;
MatchText: WideString;
MatchStart: Integer;
MatchLength: Integer;
ContextBefore: WideString;
ContextAfter: WideString;
end;Fields
| Page | Nomor halaman berbasis 1 tempat kecocokan teks pencarian ditemukan |
|---|---|
| Left | Koordinat kiri horizontal dari kotak pembatas klik |
| Top | Koordinat atas vertikal dari kotak pembatas klik |
| Right | Koordinat kanan horizontal dari kotak pembatas klik |
| Bottom | Koordinat bawah vertikal dari kotak pembatas klik |
| MatchText | Baris teks halaman sekitar yang cocok dengan kueri pencarian |
MatchText | |
MatchText | |
SearchContextCharsSearchContextChars | |
SearchContextCharsSearchContextChars |