PdfActionGoTo Constructor

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

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
C#
public PdfActionGoTo(
	ExplicitDestination goToDestination
)

Parameters

goToDestination  ExplicitDestination
The destination of the Go To action.

See Also