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

The ISO PDF Specification, ISO 32000-1:2008 PDF 1.7; Table: 193, page 414.

The ISO PDF Specification, ISO 32000-2:2017 PDF 2.0; Table: 196, page 502.

System.Object
    WebSupergoo.ABCpdf14.Elements.Element
       WebSupergoo.ABCpdf14.Elements.ActionElement
          WebSupergoo.ABCpdf14.Elements.DocumentPartGoToActionElement
          WebSupergoo.ABCpdf14.Elements.EmbeddedGoToActionElement
          WebSupergoo.ABCpdf14.Elements.GoTo3DViewActionElement
          WebSupergoo.ABCpdf14.Elements.GoToActionElement
          WebSupergoo.ABCpdf14.Elements.HideActionElement
          WebSupergoo.ABCpdf14.Elements.ImportDataActionElement
          WebSupergoo.ABCpdf14.Elements.JavaScriptActionElement
          WebSupergoo.ABCpdf14.Elements.LaunchActionElement
          WebSupergoo.ABCpdf14.Elements.MovieActionElement
          WebSupergoo.ABCpdf14.Elements.NamedActionElement
          WebSupergoo.ABCpdf14.Elements.RemoteGoToActionElement
          WebSupergoo.ABCpdf14.Elements.RenditionActionElement
          WebSupergoo.ABCpdf14.Elements.ResetFormActionElement
          WebSupergoo.ABCpdf14.Elements.RichMediaExecuteActionElement
          WebSupergoo.ABCpdf14.Elements.SetOcgStateActionElement
          WebSupergoo.ABCpdf14.Elements.SoundActionElement
          WebSupergoo.ABCpdf14.Elements.SubmitFormActionElement
          WebSupergoo.ABCpdf14.Elements.ThreadActionElement
          WebSupergoo.ABCpdf14.Elements.TransitionActionElement
          WebSupergoo.ABCpdf14.Elements.UriActionElement

An action dictionary is the base type for all interactive actions in a PDF. It provides the S entry naming the action type and the Next entry for action chaining.

The S entry determines which additional entries are valid. The Next entry allows multiple actions to be chained: a single action dictionary or an array, executed in sequence after the current action completes.

 

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

 

   
   
Property
Description
EntryType Represents the "Type" entry of the action dictionary object.
EntryS Represents the "S" entry of the action dictionary object.
EntryNext Represents the "Next" entry of the action dictionary object.
inherited properties...