PDFium Component Docs

LoadSpoken 메서드

Class: TPdfReadingSession  ·  유닛: PDFium
세션이 순서대로 재생할 spoken 조각을 로드합니다

Syntax

procedure LoadSpoken(const Chunks: TPdfSpokenTexts);

Parameters

ChunksTPdfSpokenTexts - Spoken chunks to copy into the session

Description

The method calls Stop before replacing the chunk list so prior playback state and word highlighting are cleared

Remarks

Example

ReadingSession1.LoadSpoken(Chunks);

See Also

TPdfReadingSession, TPdfReadingSession.State