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

See also

SearchText