کامپوننت: TPdfView · واحد: PDFium
Controls whether TPdfView scrolls the current spoken word into view while tracking reading
Syntax
property ReadingWordFollow: Boolean;
Description
Controls whether TPdfView scrolls the current spoken word into view while tracking reading
Remarks
- نامهای API، نامهای نوع و اصطلاحات PDF املای اصلی خود را حفظ میکنند تا جستوجوی کد قابل اتکا بماند
- این متد را پس از فعالبودن سند یا نمایشگر مالک فراخوانی کنید
Example
begin
PdfView1.ReadingWordFollow := True;
end;
See Also