PDFium Component Docs

OnPauseRequest evento

Class: TPdfReadingSession  ·  Unità: PDFium
Richiamato quando l host deve mettere in pausa il parlato corrente

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