Gets or sets the bookmark destination.

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

Syntax

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

Property Value

Type: ExplicitDestination

See Also