Click or drag to resize

PdfActionGoTo Constructor

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

Namespace:  ExpertPdf.PdfCreator
Assembly:  epdfcreator (in epdfcreator.dll) Version: 17.0.0
Syntax
public PdfActionGoTo(
	ExplicitDestination goToDestination
)

Parameters

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