constructor Create(AOwner: TComponent); override;
The constructor sets State to pssIdle, CurrentChunk and CurrentWord to -1, and EstimatedWordsPerMinute to 175
State
pssIdle
CurrentChunk
CurrentWord
-1
EstimatedWordsPerMinute
175
Session := TPdfReadingSession.Create(Self);