PDFiumPas 文件

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