PDFium Delphi Component Docs

CurrentChunk プロパティ

Class: TPdfReadingSession  ·  ユニット: PDFium
現在読み上げ中のチャンクの 0 基準インデックス

Syntax

property CurrentChunk: Integer;

Description

Access: Read

The value is -1 when the session is idle or no chunk is active

Remarks

Example

ChunkIndex := ReadingSession1.CurrentChunk;

See Also

TPdfReadingSession, TPdfReadingSession.OnChunkChange