컴포넌트: TPdfView · 유닛: 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