Initializes a reading session with idle state and a default estimated speech rate
Syntax
constructor Create(AOwner: TComponent); override;
Description
The constructor sets State to pssIdle, CurrentChunk and CurrentWord to -1, and EstimatedWordsPerMinute to 175
Remarks
- نامهای API، نامهای نوع، نام فایلها و اصطلاحات PDF املای اصلی خود را حفظ میکنند تا جستوجوی کد قابل اتکا بماند
Example
Session := TPdfReadingSession.Create(Self);
See Also