 | ActionTypes Enumeration |
A type of action associated with bookmark
Namespace:
Patagames.Pdf.Enums
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
SyntaxPublic Enumeration ActionTypes
public enum class ActionTypes
Patagames.Pdf.Enums.ActionTypes = function();
Patagames.Pdf.Enums.ActionTypes.createEnum('Patagames.Pdf.Enums.ActionTypes', false);
Members
| Member name | Value | Description |
---|
| Unknown | 0 |
Unsupported action type
|
| CurrentDoc | 1 |
Go to a destination within current document.
|
| ExternalDoc | 2 |
Go to a destination within another document
|
| Uri | 3 |
Universal Resource Identifier, including web pages and other Internet based resources
|
| Application | 4 |
Launch an application or open a file
|
| Thread | 5 |
Begin reading an article thread.
|
| EmbeddedDoc | 6 |
Go to a destination in an embedded file.
|
| Sound | 7 |
Play a sound.
|
| Movie | 8 |
Play a movie.
|
| Hide | 9 |
Set an annotation’s Hidden flag.
|
| Named | 10 |
Execute an action predefined by the viewer application.
|
| SubmitForm | 11 |
Send data to a uniform resource locator.
|
| ResetForm | 12 |
Set fields to their default values.
|
| ImportData | 13 |
Import field values from a file.
|
| JavaScript | 14 |
Execute a JavaScript script.
|
| SetOCGState | 15 |
Set the states of optional content groups.
|
| Rendition | 16 |
Controls the playing of multimedia content.
|
| Transition | 17 |
Updates the display of a document, using a transition dictionary.
|
| GoTo3DView | 18 |
Set the current view of a 3D annotation
|
See Also