Component: TPdfView · Unit: PDFium
Controls whether TPdfView scrolls the current spoken word into view whilst tracking reading
Syntax
property ReadingWordFollow: Boolean;
Description
Controls whether TPdfView scrolls the current spoken word into view whilst tracking reading
Remarks
- API names, type names, and PDF terms keep their original spelling so that code search remains reliable
- Call this member once the owning document or viewer is active
Example
begin
PdfView1.ReadingWordFollow := True;
end;
See Also