Click or drag to resize

PdfActionGoTo Constructor

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

Namespace: ExpertPdf.HtmlToPdf.PdfDocument
Assembly: ephtmltopdf (in ephtmltopdf.dll) Version: 21.1.0
Syntax
public PdfActionGoTo(
	ExplicitDestination goToDestination
)

Parameters

goToDestination  ExplicitDestination
The destination of the Go To action.
See Also