Click or drag to resize

ActionTypes Enumeration

A type of action associated with bookmark

Namespace: Patagames.Pdf.Enums
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public enum ActionTypes
Members
Member nameValueDescription
Unknown0 Unsupported action type
CurrentDoc1 Go to a destination within current document.
ExternalDoc2 Go to a destination within another document
Uri3 Universal Resource Identifier, including web pages and other Internet based resources
Application4 Launch an application or open a file
Thread5 Begin reading an article thread.
EmbeddedDoc6 Go to a destination in an embedded file.
Sound7 Play a sound.
Movie8 Play a movie.
Hide9 Set an annotation’s Hidden flag.
Named10 Execute an action predefined by the viewer application.
SubmitForm11 Send data to a uniform resource locator.
ResetForm12 Set fields to their default values.
ImportData13 Import field values from a file.
JavaScript14 Execute a JavaScript script.
SetOCGState15 Set the states of optional content groups.
Rendition16 Controls the playing of multimedia content.
Transition17 Updates the display of a document, using a transition dictionary.
GoTo3DView18 Set the current view of a 3D annotation
See Also