Enum ActionType
The type of a Action.
Namespace: Sartorius.SAF.Pdf
Assembly: Sartorius.SAF.Pdf.dll
Syntax
public enum ActionType
Fields
Name | Description |
---|---|
Goto | Go to a destination within current document. |
Launch | Launch an application or open a file. |
RemoteGoto | Go to a destination within another document. |
Unsupported | Unsupported action type. |
Uri | Universal Resource Identifier, including web pages and other Internet based resources. |