PDFium Delphi Component Docs

OnResumeRequest händelse

Class: TPdfReadingSession  ·  Unit: PDFium
Utlöses när värdprogrammet bör återuppta pausad uppläsning

Syntax

property OnResumeRequest: TNotifyEvent;

Description

Denna händelse utlöses endast när ResumeRestartsChunk är False

Remarks

Example

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

See Also

TPdfReadingSession