PDFium Component Docs

OnPauseRequest подія

Class: TPdfReadingSession  ·  Unit: PDFium
Raised when the host should pause current speech

Syntax

property OnPauseRequest: TNotifyEvent;

Description

The event is raised when Pause moves the session to pssPaused

Remarks

Example

procedure TForm1.ReadingSessionPause(Sender: TObject);
begin
  SpeechEngine.Pause;
end;

See Also

TPdfReadingSession