This class represents the cuepoint dictionary. This is definitively detailed in:.

Adobe Supplement to the ISO 32000, BaseVersion: 1.7, ExtensionLevel: 3; Table: 9.51e, page 92.

System.Object
    WebSupergoo.ABCpdf14.Elements.Element
       WebSupergoo.ABCpdf14.Elements.CuePointElement

A cue point dictionary marks a specific moment in a time-based media stream. The Time entry gives the position in seconds. The A (action) entry is executed when playback reaches the cue point. Subtype classifies the cue point (Event or Chapter). Name labels it for targeting by name.

 

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

 

   
   
Property
Description
EntryType Represents the "Type" entry of the cuepoint dictionary object.
EntrySubtype Represents the "Subtype" entry of the cuepoint dictionary object.
EntryName Represents the "Name" entry of the cuepoint dictionary object.
EntryTime Represents the "Time" entry of the cuepoint dictionary object.
EntryA Represents the "A" entry of the cuepoint dictionary object.
inherited properties...