PDFium Component Docs

evento OnResumeRequest

Class: TPdfReadingSession  ·  Unidad: PDFium
Se dispara cuando el host debe reanudar el habla en pausa

Syntax

property OnResumeRequest: TNotifyEvent;

Description

This event is raised only when ResumeRestartsChunk is False

Remarks

Example

procedure TForm1.ReadingSessionResume(Sender: TObject);
begin
  SpeechEngine.Resume;
end;

See Also

TPdfReadingSession