PDFium Delphi Component Docs

OnResumeRequest olay

Class: TPdfReadingSession  ·  Unit: PDFium
Ana uygulama duraklatılmış konuşmayı sürdürmelidir dediğinde tetiklenir

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