PDFium Component Docs

מאפיין State

Class: TPdfReadingSession  ·  Unit: PDFium
Current read-aloud playback state

Syntax

property State: TPdfReadingSessionState;

Description

Access: Read

The value is pssIdle, pssSpeaking, or pssPaused

Remarks

Example

if ReadingSession1.State = pssSpeaking then
  ReadingSession1.Pause;

See Also

TPdfReadingSession, TPdfReadingSessionState