Click or drag to resize

ActionType Enumeration

Action types

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public enum ActionType
Members
  Member nameValueDescription
e_GoTo0Go to a destination in the current document.
e_GoToR1('Go-to remote') Go to a destination in another document.
e_GoToE2('Go-to embedded'; PDF 1.6) Go to a destination in an embedded file.
e_Launch3Launch an application, usually to open a file.
e_Thread4Begin reading an article thread.
e_URI5Resolve a uniform resource identifier.
e_Sound6Play a sound.
e_Movie7Play a movie.
e_Hide8Set an annotation's Hidden flag.
e_Named9Execute an action predefined by the viewer application.
e_SubmitForm10Send data to a uniform resource locator.
e_ResetForm11Set fields to their default values.
e_ImportData12Import field values from a file.
e_JavaScript13Execute a JavaScript script.
e_SetOCGState14(PDF 1.5) Set the states of optional content groups.
e_Rendition15(PDF 1.5) Controls the playing of multimedia content.
e_Trans16Updates the display of a document, using a transition dictionary.
e_GoTo3DView17(PDF 1.6) Set the current view of a 3D annotation
e_RichMediaExecute18Adobe supplement to ISO 32000; specifies a command to be sent to rich media annotation's handler
e_Unknown19Unknown Action type
See Also