PDFium Delphi Component Docs

Pause الطريقة

Class: TPdfReadingSession  ·  Unit: PDFium
يطلب الإيقاف المؤقت بينما تكون الجلسة في وضع النطق

Syntax

procedure Pause;

Description

The method changes State from pssSpeaking to pssPaused and raises OnPauseRequest

Calling it from any other state has no effect

Remarks

Example

ReadingSession1.Pause;

See Also

TPdfReadingSession, TPdfReadingSession.State