PDFium Delphi Component Docs

CurrentWord プロパティ

Class: TPdfReadingSession  ·  ユニット: PDFium
現在のチャンク内の 0 基準単語インデックス

Syntax

property CurrentWord: Integer;

Description

Access: Read

The value is -1 before the first word is known or after playback stops

Remarks

Example

WordIndex := ReadingSession1.CurrentWord;

See Also

TPdfReadingSession, TPdfReadingSession.OnWordChange