PdfActionActionType Property |
Gets the type of this action.
Namespace: SautinSoft.Pdf.ActionsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.3.13
Syntaxpublic abstract PdfActionType ActionType { get; }
Public MustOverride ReadOnly Property ActionType As PdfActionType
Get
Property Value
PdfActionType
The type of this action.
See Also