Gets or sets the link destination

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public ExplicitDestination LinkDestination { get; set; }
Visual Basic
Public Property LinkDestination As ExplicitDestination
	Get
	Set
Visual C++
public:
property ExplicitDestination^ LinkDestination {
	ExplicitDestination^ get ();
	void set (ExplicitDestination^ value);
}

Property Value

Type: ExplicitDestination

See Also