Table of Contents

Enum ActionType

Namespace
UglyToad.PdfPig.Actions
Assembly
UglyToad.PdfPig.dll

Action types (PDF reference 8.5.3)

public enum ActionType

Fields

GoTo = 0

Go to a destination in the current document.

GoTo3DView = 17

(PDF 1.6) Set the current view of a 3D annotation

GoToE = 2

(“Go-to embedded”; PDF 1.6) Go to a destination in an embedded file.

GoToR = 1

(“Go-to remote”) Go to a destination in another document.

Hide = 8

(PDF 1.2) Set an annotation’s Hidden flag.

ImportData = 12

(PDF 1.2) Import field values from a file.

JavaScript = 13

(PDF 1.3) Execute a JavaScript script.

Launch = 3

Launch an application, usually to open a file.

Movie = 7

(PDF 1.2) Play a movie.

Named = 9

(PDF 1.2) Execute an action predefined by the viewer application.

Rendition = 15

(PDF 1.5) Controls the playing of multimedia content.

ResetForm = 11

(PDF 1.2) Set fields to their default values.

SetOCGState = 14

(PDF 1.5) Set the states of optional content groups.

Sound = 6

(PDF 1.2) Play a sound.

SubmitForm = 10

(PDF 1.2) Send data to a uniform resource locator.

Thread = 4

Begin reading an article thread.

Trans = 16

(PDF 1.5) Updates the display of a document, using a transition dictionary.

URI = 5

Resolve a uniform resource identifier.