XFINIUM.PDF.View.Wpf Documentation
PdfVisualLinkAnnotation Constructor



Xfinium.Pdf.View.Annotations Namespace > PdfVisualLinkAnnotation Class : PdfVisualLinkAnnotation Constructor
The underlying PDF annotation.
Initializes a new PdfVisualLinkAnnotation object.
Syntax
'Declaration
 
Public Function New( _
   ByVal annotation As Xfinium.Pdf.Annotations.PdfLinkAnnotation _
)
'Usage
 
Dim annotation As Xfinium.Pdf.Annotations.PdfLinkAnnotation
 
Dim instance As New PdfVisualLinkAnnotation(annotation)
public PdfVisualLinkAnnotation( 
   Xfinium.Pdf.Annotations.PdfLinkAnnotation annotation
)
public:
PdfVisualLinkAnnotation( 
   Xfinium.Pdf.Annotations.PdfLinkAnnotation^ annotation
)

Parameters

annotation
The underlying PDF annotation.
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

PdfVisualLinkAnnotation Class
PdfVisualLinkAnnotation Members