Click or drag to resize

PdfActionType Enumeration

Standard PDF action types

Namespace:  Opait.Pdf.Api
Assembly:  Opait.Pdf.Api (in Opait.Pdf.Api.dll) Version: 1.3.3.0
Syntax
C#
public enum PdfActionType
Members
  Member nameValueDescription
Unknown0 Catches all unknown action.
GoTo1 Goes to a destination in the current document.
GoToR2 Goes to a destination in another document.
GoToE3 Goes to a destination in an embedded file.
Launch4 Launches an application, usually to open a file.
Thread5 Begins reading an article thread.
URI6 Resolves a uniform resource identifier.
Sound7 Plays a sound.
Movie8 Plays a movie.
Hide9 Sets an annotation's hidden flag.
Named10 Executes a predefined named action.
SubmitForm11 Sends data to a uniform resource locator.
ResetForm12 Sets all fields to their default values.
ImportData13 Imports field values from a file.
JavaScript14 Executes a JavaScript script.
SetOCGState15 Sets the states of optional content groups.
Rendition16 Controls the playing of multimedia content.
Trans17 Updates the display of a document, using a transition dictionary.
GoTo3DView18 Sets the current view of a 3D annotation.
See Also