XFINIUM.PDF.View.Win Documentation
Action Property



Xfinium.Pdf.View.Annotations Namespace > PdfVisualLinkAnnotation Class : Action Property
Gets or sets the link action.
Syntax
'Declaration
 
Public Property Action As Xfinium.Pdf.Actions.PdfAction
'Usage
 
Dim instance As PdfVisualLinkAnnotation
Dim value As Xfinium.Pdf.Actions.PdfAction
 
instance.Action = value
 
value = instance.Action
public Xfinium.Pdf.Actions.PdfAction Action {get; set;}
public:
property Xfinium.Pdf.Actions.PdfAction^ Action {
   Xfinium.Pdf.Actions.PdfAction^ get();
   void set (    Xfinium.Pdf.Actions.PdfAction^ value);
}

Property Value

An action to be performed when the link annotation is activated.
Remarks
Destination and Action are mutually exclusive, when one is set, the other is reset.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfVisualLinkAnnotation Class
PdfVisualLinkAnnotation Members