Controls whether Resume re-speaks the current chunk from its start
Syntax
property ResumeRestartsChunk: Boolean;
Description
Access: Read/write
Use this for engines where pause cancels the queued speech instead of preserving a native pause state
Remarks
- API names, type names, file names, and PDF terms keep their original spelling so code search remains reliable
Example
ReadingSession1.ResumeRestartsChunk := True;
See Also