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הקואורדינטה האופקית השמאלית של תיבת התוחם (bounding box) של הפגיעה
Topקואורדינטה העליונה האנכית של תיבת התוחם (bounding box) של הפגיעה
Rightהקואורדינטה האופקית הימנית של תיבת התוחם (bounding box) של הפגיעה
Bottomקואורדינטת התחתית האנכית של תיבת התוחם (bounding box) של הפגיעה
MatchTextהשורה שמסביב לטקסט הדף שהתאימה לשאילתת החיפוש
MatchText
MatchText
SearchContextCharsSearchContextChars
SearchContextCharsSearchContextChars

See also

SearchText