Viewer that receives word-cursor updates from the session
Syntax
property View: TPdfView;
Description
Access: Read/write
When assigned, the session uses TPdfView.TrackReadingWordAt and TPdfView.ClearReadingWord as playback moves
Remarks
- API names, type names, file names, and PDF terms keep their original spelling so code search remains reliable
Example
ReadingSession1.View := PdfView1;
See Also