Componente: TPdfView · Unidad: PDFium
Controla si TPdfView desplaza la palabra hablada actual a la vista mientras sigue la lectura
Syntax
property ReadingWordFollow: Boolean;
Description
Controls whether TPdfView scrolls the current spoken word into view while tracking reading
Remarks
- Los nombres de API, los nombres de tipo y los términos de PDF conservan su ortografía original para que la búsqueda de código siga siendo fiable
- Call this member after the owning document or viewer is active
Example
begin
PdfView1.ReadingWordFollow := True;
end;
See Also