Table of Contents
PdfActionType Enumeration

Specifies the type of a PDF action.

Namespace: EO.Pdf
Assembly: EO.Pdf (in EO.Pdf.dll)

Syntax
 public enum PdfActionType
Members
Member Name Description
GoTo Changes the view to a specified destination.
Launch Launches an application.
URI Launches an URI.
JavaScript Executes JavaScript.
See Also