Creates a Go To action based on the sepecified explicit destination.

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

Syntax

C#
public PdfActionGoTo(
	ExplicitDestination goToDestination
)
Visual Basic
Public Sub New ( 
	goToDestination As ExplicitDestination
)
Visual C++
public:
PdfActionGoTo(
	ExplicitDestination^ goToDestination
)

Parameters

goToDestination
Type: EvoPdf..::..ExplicitDestination
The destination of the Go To action.

See Also