In This Topic
GdPicture14 Namespace / PdfActionType Enumeration

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
MemberValueDescription
ActionTypeExplicitDestination18Specifies a destination explicitly in a PDF file.
ActionTypeGoTo0Go to a destination in the current document.
ActionTypeGoTo3DView17(PDF 1.6) Set the current view of a 3D annotation.
ActionTypeGoToE2(“Go-to embedded”; PDF 1.6) Go to a destination in an embedded file.
ActionTypeGoToR1(“Go-to remote”) Go to a destination in another document.
ActionTypeHide8(PDF 1.2) Set an annotation’s Hidden flag.
ActionTypeImportData12(PDF 1.2) Import field values from a file.
ActionTypeJavaScript13(PDF 1.3) Execute a JavaScript script.
ActionTypeLaunch3Launch an application, usually to open a file.
ActionTypeMovie7(PDF 1.2) Play a movie.
ActionTypeNamed9(PDF 1.2) Execute an action predefined by the viewer application.
ActionTypeRendition15(PDF 1.5) Controls the playing of multimedia content.
ActionTypeResetForm11(PDF 1.2) Set fields to their default values.
ActionTypeSetOCGState14(PDF 1.5) Set the states of optional content groups.
ActionTypeSound6(PDF 1.2) Play a sound.
ActionTypeSubmitForm10(PDF 1.2) Send data to a uniform resource locator.
ActionTypeThread4Begin reading an article thread.
ActionTypeTransition16(PDF 1.5) Updates the display of a document, using a transition dictionary.
ActionTypeUnknown-1Unknown action type.
ActionTypeURI5Resolve a uniform resource identifier.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GdPicture14.PdfActionType

See Also