Click or drag to resize
Pdf Library for .NET

PdfActionGoTo Constructor

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

Namespace: SelectPdf
Assembly: Select.Pdf (in Select.Pdf.dll) Version: 26.2
Syntax
public PdfActionGoTo(
	PdfDestination destination
)

Parameters

destination  PdfDestination
The destination of the Go To action.
See Also