EVO PDF Logo

PdfActionGoTo Constructor

EVO PDF Client for .NET Framework
Creates a Go To action based on the specified explicit destination.

Namespace:  EvoPdfClient
Assembly:  EvoPdfClient (in EvoPdfClient.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public PdfActionGoTo(
	ExplicitDestination goToDestination
)

Parameters

goToDestination
Type: EvoPdfClientExplicitDestination
The destination of the Go To action.
See Also

Reference