PDFium Component Docs

OnPauseRequest zdarzenie

Class: TPdfReadingSession  ·  Unit: PDFium
Wywoływane, gdy host ma wstrzymać bieżące czytanie

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