ActionType EnumerationByteScout PDF SDK
Specifies type of Bytescout.PDF.PDFAction.

Namespace:  Bytescout.PDF
Assembly:  Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax

public enum ActionType
Members

  Member nameValueDescription
GoTo0 Go to a destination in the current document.
GoToRemote1 Go to a destination in another document.
GoToEmbedded2 Go to a destination in an embedded file.
Launch3 Launch an application, usually to open a file.
Thread4 Begin reading an article thread.
URI5 Resolve a uniform resource identifier.
Sound6 Play a sound.
Movie7 Play a movie.
Hide8 Set an annotations Hidden flag.
Named9 Execute an action predefined by the viewer application.
SubmitForm10 Send data to a uniform resource locator.
ResetForm11 Set fields to their default values.
ImportData12 Import field values from a file.
JavaScript13 Execute a JavaScript script.
SetOCGState14 Set the states of optional content groups.
Rendition15 Controls the playing of multimedia content.
Transition16 Uses a transition to update the display of a document.
GoTo3DView17 Set the current view of a 3D annotation.
See Also

Reference