TPdfWordBox, zvýrazní ho a vráti index slovafunction TrackReadingWordAt(PageNumber, CharIndex: Integer): Integer;
Maps a page character offset to the containing TPdfWordBox, highlights it, and returns the word index
var WordIndex: Integer;
begin
WordIndex := PdfView1.TrackReadingWordAt(PdfView1.PageNumber, Voice.Status.InputWordPosition);
end;