PDFium Delphi Component Docs
Übersicht
Funktionen
Schnellstart
Installation
API-Referenz
Beispiele
Versionshinweise
Suchen
Home
API-Referenz
TPdfReadingSession
Play
Play-Methode
Class:
TPdfReadingSession
· Unit:
PDFium
Startet die Wiedergabe mit dem ersten geladenen Block
Syntax
procedure Play;
Description
This is a convenience call for
PlayFrom(0)
Remarks
API names, type names, file names, and PDF terms keep their original spelling so code search remains reliable
Example
ReadingSession1.Play;
See Also
TPdfReadingSession
,
TPdfReadingSession.State