This class represents the movie activation dictionary. This is definitively detailed in:.

The ISO PDF Specification, ISO 32000-1:2008 PDF 1.7; Table: 296, page 508.

The ISO PDF Specification, ISO 32000-2:2017 PDF 2.0; Table: 307, page 635.

A movie activation dictionary carries parameters for the legacy movie action, which plays a QuickTime or AVI movie associated with a movie annotation. These parameters control the starting time, duration, playback rate, and display of the movie.

The Start and Duration entries give the starting time and duration for playback, expressed as time values. Rate controls the playback speed relative to normal. Volume controls the audio volume.

ShowControls, when true, causes the player to display its user interface controls. Mode controls what happens at the end of playback. Synchronous, when true, causes the reader to wait for the movie to finish before continuing.

FWScale and FWPosition control the size and position of the floating playback window relative to the annotation rectangle.

System.Object
    WebSupergoo.ABCpdf14.Elements.Element
       WebSupergoo.ABCpdf14.Elements.MovieActivationElement

 

   
   
Method
Description
MovieActivationElement Create a new MovieActivationElement.
inherited methods...

 

   
   
Property
Description
EntryStart Represents the "Start" entry of the movie activation dictionary object.
EntryDuration Represents the "Duration" entry of the movie activation dictionary object.
EntryRate Represents the "Rate" entry of the movie activation dictionary object.
EntryVolume Represents the "Volume" entry of the movie activation dictionary object.
EntryShowControls Represents the "ShowControls" entry of the movie activation dictionary object.
EntryMode Represents the "Mode" entry of the movie activation dictionary object.
EntrySynchronous Represents the "Synchronous" entry of the movie activation dictionary object.
EntryFWScale Represents the "FWScale" entry of the movie activation dictionary object.
EntryFWPosition Represents the "FWPosition" entry of the movie activation dictionary object.
inherited properties...