PDFium Component Docs

ResumeRestartsChunk property

Class: TPdfReadingSession  ·  Unit: PDFium
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

Example

ReadingSession1.ResumeRestartsChunk := True;

See Also

TPdfReadingSession, TPdfReadingSession.Resume