PDFium Component Docs

Create-Konstruktor

Class: TPdfReadingSession  ·  Unit: PDFium
Initialisiert eine Lesesitzung mit Leerlaufstatus und einer Standard-Schätzung der Sprechrate

Syntax

constructor Create(AOwner: TComponent); override;

Description

The constructor sets State to pssIdle, CurrentChunk and CurrentWord to -1, and EstimatedWordsPerMinute to 175

Remarks

Example

Session := TPdfReadingSession.Create(Self);

See Also

TPdfReadingSession, TPdfReadingSession.State