PDFium Component Docs

método PlayFrom

Class: TPdfReadingSession  ·  Unidad: PDFium
Inicia la reproducción desde el fragmento de base cero especificado

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