Enum PdfActionType
Specifies the type of action that can be performed in a PDF document.
public enum PdfActionType
Fields
GoTo = 1
JavaScript = 6
Launch = 4
Named = 5
RemoteGoTo = 2
Unsupported = 0
Uri = 3
Remarks
This enumeration defines the various types of actions that can be associated with interactive elements in a PDF, such as links or buttons. Each action type represents a specific behavior or operation that can be triggered when the action is executed.