Click or drag to resize

PdfActionType Enumeration

Possible actions that can be represented in a PDF document

Namespace:  Atalasoft.PdfDoc
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public enum PdfActionType
Members
  Member nameDescription
GoToView Change the current view of a document to the specified view.
GoToRemote Go to a view in another document.
GoToEmbedded Go to a view in an embedded document
LaunchApplication Launch an application
ReadThread Go to a particular article thread
FollowURI Go to the destination specified by a URI
PlaySound Play a sound
PlayMovie Play a movie
Hide Hide an annotation
PerformNamedAction Perform an action or a sequence of actions specified by name
SubmitForm Submit form data for processing
ResetForm Reset form state to its default
ImportData Import data into a form
JavaScript Execute embedded javascript
SetOCGState Sets the state of an optional content group (OCG)
Rendition Controls the playing of multimedia content
PerformTransition Sets the mechanism of changing the view of one page to another
GoTo3DView Go to a specific view in a 3D model
See Also