T_PDFiumSharp_ActionTypes - ArgusMagnus/PDFiumSharp GitHub Wiki
PDF Action Types
Namespace: PDFiumSharp
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0
C#
public enum ActionTypes
Member name | Value | Description | |
---|---|---|---|
Unsupported | 0 | Unsupported action type. | |
GoTo | 1 | Go to a destination within current document. | |
RemoteGoTo | 2 | Go to a destination within another document. | |
Uri | 3 | URI, including web pages and other Internet resources. | |
Launch | 4 | Launch an application or open a file. |