PDFiumPas 文件

OnChunkChange 事件

Class: TPdfReadingSession  ·  單元: PDFium
當作用中的區塊索引變更時引發

Syntax

property OnChunkChange: TPdfReadingChunkEvent;

Description

請使用此事件來更新 UI 狀態、進度顯示或外部語音中繼資料

Remarks

Example

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

See Also

TPdfReadingSession, TPdfReadingChunkEvent