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