PdfActionGoTo Constructor

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

Definition

Namespace: Winnovative
Assembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
C#
public PdfActionGoTo(
	ExplicitDestination goToDestination
)

Parameters

goToDestination  ExplicitDestination
The destination of the Go To action.

See Also