PDFium Delphi Component Docs

Stop メソッド

Class: TPdfReadingSession  ·  ユニット: PDFium
再生を停止し、カーソルをリセットし、接続済みビューアの単語強調をクリアします

Syntax

procedure Stop;

Description

The method returns the session to pssIdle, resets CurrentChunk and CurrentWord to -1, clears current chunk word boxes, and raises OnCancelRequest when playback was active

Remarks

Example

ReadingSession1.Stop;

See Also

TPdfReadingSession, TPdfReadingSession.State