XFINIUM.PDF.View.Wpf Documentation
Link Property



Xfinium.Pdf.View Namespace > PdfLinkExecuteEventArgs Class : Link Property
Gets the link annotation that will be executed.
Syntax
'Declaration
 
Public ReadOnly Property Link As Xfinium.Pdf.Annotations.PdfLinkAnnotation
'Usage
 
Dim instance As PdfLinkExecuteEventArgs
Dim value As Xfinium.Pdf.Annotations.PdfLinkAnnotation
 
value = instance.Link
public Xfinium.Pdf.Annotations.PdfLinkAnnotation Link {get;}
public:
property Xfinium.Pdf.Annotations.PdfLinkAnnotation^ Link {
   Xfinium.Pdf.Annotations.PdfLinkAnnotation^ get();
}

Property Value

The link annotation that is about to be executed.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Presentation Foundation 4.x


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

PdfLinkExecuteEventArgs Class
PdfLinkExecuteEventArgs Members