XFINIUM.PDF.View.Win Documentation
Destination Property



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

Property Value

A destination that specifies what page should be displayed when the link is clicked.
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