Action Property (PDFLinkAnnotation)
Gets or sets the action to be executed when the link is clicked.
Syntax
'Declaration Public Property Action As PDFAction
'Usage Dim instance As PDFLinkAnnotation Dim value As PDFAction instance.Action = value value = instance.Action
public PDFAction Action {get; set;}
Property Value
Action to execute.Requirements
Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025
See Also