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 | 從 1 開始的頁碼 where the search text match was found. |
|---|---|
| Left | 命中邊界框的水平左座標 |
| Top | 命中邊界框的垂直頂端座標 |
| Right | 命中邊界框的水平右座標 |
| Bottom | 命中邊界框的垂直底部座標 |
| MatchText | 與搜尋查詢比對相符的頁面文字周圍行 |
MatchText | |
MatchText | |
SearchContextCharsSearchContextChars | |
SearchContextCharsSearchContextChars |