Current read-aloud playback state
Syntax
property State: TPdfReadingSessionState;
Description
Access: Read
The value is pssIdle, pssSpeaking, or pssPaused
Remarks
- API names, type names, file names, and PDF terms keep their original spelling so code search remains reliable
Example
if ReadingSession1.State = pssSpeaking then
ReadingSession1.Pause;
See Also