PDFium Component Docs

PlayFrom-metodi

Class: TPdfReadingSession  ·  Unit: PDFium
Starts playback from the specified zero-based chunk

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