PDFium Delphi Component Docs

PlayFrom method

Class: TPdfReadingSession  ·  Модуль: PDFium
Запускает воспроизведение с указанного нулевого фрагмента

Syntax

procedure PlayFrom(ChunkIndex: Integer);

Parameters

ChunkIndexInteger - Zero-based chunk index

Description

Out-of-range indexes are ignored

Starting a chunk raises OnChunkChange and then OnSpeak with Interrupt set to True

Remarks

Example

ReadingSession1.PlayFrom(2);

See Also

TPdfReadingSession, TPdfReadingSession.State