Инициализирует сеанс чтения со состоянием простоя и значением по умолчанию для оценки скорости речи
Syntax
constructor Create(AOwner: TComponent); override;
Description
The constructor sets State to pssIdle, CurrentChunk and CurrentWord to -1, and EstimatedWordsPerMinute to 175
Remarks
- API names, type names, file names, and PDF terms keep their original spelling so code search remains reliable
Example
Session := TPdfReadingSession.Create(Self);
See Also