Enum ActionType

Actions define what happens when you click an annotation (for example a Link).

Namespace: PSPDFKit.Pdf.Actions
Assembly: PSPDFKit.dll
Syntax
public enum ActionType

Fields

Name Description
GoTo

Go to a page in the current document.

ResetForm

Reset form fields in the current document.

SubmitForm

Submit form field names and values of the current document.

Uri

Resolve a uniform resource identifier (web link).