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
- Nazivi API-ja, nazivi tipova, nazivi datoteka i PDF pojmovi zadržavaju svoj izvorni pravopis kako bi pretraživanje koda ostalo pouzdano
Example
ReadingSession1.View := PdfView1;
See Also