Enum PdfAnnotationActionType
Specifies the types of actions that can be associated with a PDF annotation.
public enum PdfAnnotationActionType
Fields
Calculate = 15
Format = 13
KeyStroke = 12
Validate = 14
Remarks
These action types represent specific behaviors or events that can be triggered by user interaction with a PDF annotation, such as entering text or performing calculations. Each action type corresponds to a predefined functionality in the PDF specification.