EVO PDF Logo

PdfActionGoTo Constructor

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

Namespace:  EvoPdfClient
Assembly:  EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 10.0.0
Syntax

public PdfActionGoTo(
	ExplicitDestination goToDestination
)

Parameters

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

Reference