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

PageAz 1-alapú oldalszám where the search text match was found.
LeftA találati határolókeret vízszintes bal oldali koordinátája
TopA talált befoglaló keret függőleges felső koordinátája
RightA találati határolókeret vízszintes jobb oldali koordinátája
BottomA talált befoglaló keret függőleges alsó koordinátája
MatchTextAz oldalszöveg környező sora, amely megfelelt a keresési lekérdezésnek

See also

SearchText