PDFium Component Docs

evento OnChunkChange

Class: TPdfReadingSession  ·  Unidad: PDFium
Se dispara cuando cambia el índice del fragmento activo

Syntax

property OnChunkChange: TPdfReadingChunkEvent;

Description

Use this event to update UI state, progress displays, or external speech metadata

Remarks

Example

procedure TForm1.ReadingSessionChunk(Sender: TObject; ChunkIndex: Integer);
begin
  StatusBar1.SimpleText := IntToStr(ChunkIndex + 1);
end;

See Also

TPdfReadingSession, TPdfReadingChunkEvent