PdfGoToAction(PdfDestination) Constructor

Constructs a Go-To action with the given destination

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public PdfGoToAction(
	PdfDestination destination
)

Parameters

destination  PdfDestination
The Go-To action.

See Also