TPDFlibRichMediaActivation
Types
Description
Defines activation triggers for embedded rich media annotation players
Syntax
Delphi
Type TPDFlibRichMediaActivation = (rmaExplicit, rmaPageOpened, rmaPageVisible);Parameters
| rmaExplicit | The player is activated explicitly via user click |
|---|---|
| rmaPageOpened | The player is activated automatically when the page is opened |
| rmaPageVisible | The player is activated automatically when the page becomes visible |