Component: TPdfView · Unit: PDFium
Керує тим, чи прокручує TPdfView поточне вимовлюване слово у видиму область під час стеження за читанням
Syntax
property ReadingWordFollow: Boolean;
Description
Controls whether TPdfView scrolls the current spoken word into view while tracking reading
Remarks
- API names, type names, and PDF terms keep their original spelling so code search remains reliable
- Call this member after the owning document or viewer is active
Example
begin
PdfView1.ReadingWordFollow := True;
end;
See Also