PdfActionType Enumeration
In This Topic
The standard action types in PDF documents. You can assign these actions to links, bookmarks, pages, media clips, and form fields.
Syntax
'Declaration
<ComVisibleAttribute(True)>
Public Enum PdfActionType
Inherits System.Enum
[ComVisible(true)]
public enum PdfActionType : System.Enum
public enum PdfActionType = class(System.Enum)
ComVisibleAttribute()
public enum PdfActionType extends System.Enum
[ComVisible(true)]
__value public enum PdfActionType : public System.Enum
[ComVisible(true)]
public enum class PdfActionType : public System.Enum
Members
Member | Value | Description |
ActionTypeExplicitDestination | 18 | Specifies a destination explicitly in a PDF file. |
ActionTypeGoTo | 0 | Go to a destination in the current document. |
ActionTypeGoTo3DView | 17 | (PDF 1.6) Set the current view of a 3D annotation. |
ActionTypeGoToE | 2 | (“Go-to embedded”; PDF 1.6) Go to a destination in an embedded file. |
ActionTypeGoToR | 1 | (“Go-to remote”) Go to a destination in another document. |
ActionTypeHide | 8 | (PDF 1.2) Set an annotation’s Hidden flag. |
ActionTypeImportData | 12 | (PDF 1.2) Import field values from a file. |
ActionTypeJavaScript | 13 | (PDF 1.3) Execute a JavaScript script. |
ActionTypeLaunch | 3 | Launch an application, usually to open a file. |
ActionTypeMovie | 7 | (PDF 1.2) Play a movie. |
ActionTypeNamed | 9 | (PDF 1.2) Execute an action predefined by the viewer application. |
ActionTypeRendition | 15 | (PDF 1.5) Controls the playing of multimedia content. |
ActionTypeResetForm | 11 | (PDF 1.2) Set fields to their default values. |
ActionTypeSetOCGState | 14 | (PDF 1.5) Set the states of optional content groups. |
ActionTypeSound | 6 | (PDF 1.2) Play a sound. |
ActionTypeSubmitForm | 10 | (PDF 1.2) Send data to a uniform resource locator. |
ActionTypeThread | 4 | Begin reading an article thread. |
ActionTypeTransition | 16 | (PDF 1.5) Updates the display of a document, using a transition dictionary. |
ActionTypeUnknown | -1 | Unknown action type. |
ActionTypeURI | 5 | Resolve a uniform resource identifier. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
GdPicture14.PdfActionType
See Also