EVO HTML to PDF Converter

PdfActionGoTo Constructor

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

Namespace:  EvoPdf.HtmlToPdfClient
Assembly:  EvoHtmlToPdfClient (in EvoHtmlToPdfClient.dll) Version: 9.0.0.0 (9.0.0.0)
Syntax

public PdfActionGoTo(
	ExplicitDestination goToDestination
)

Parameters

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

Reference