PDFium Delphi Component 文件

CurrentWord 属性

Class: TPdfReadingSession  ·  单元: PDFium
当前分块内从 0 开始的单词索引

Syntax

property CurrentWord: Integer;

Description

访问:读取

在第一个单词已知之前或播放停止后,值为 -1

Remarks

Example

WordIndex := ReadingSession1.CurrentWord;

See Also

TPdfReadingSession, TPdfReadingSession.OnWordChange