PDFium Component Docs

OnChunkChange događaj

Class: TPdfReadingSession  ·  Unit: PDFium
Podiže se kada se aktivan indeks dela promeni

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