PDFium Component Docs

ChunkCount property

Class: TPdfReadingSession  ·  Unit: PDFium
Number of loaded spoken chunks

Syntax

property ChunkCount: Integer;

Description

Access: Read

The value is the length of the chunks copied by LoadSpoken

Remarks

Example

Count := ReadingSession1.ChunkCount;

See Also

TPdfReadingSession, TPdfReadingSession.LoadSpoken