PDF.SetNamedDest

PDF.SetNamedDest (

string ObjectName,

string NamedDest )

Description

Goes to a specified named destination in a PDF object's document.

Parameters

ObjectName

(string) The name of the PDF object.

NamedDest

(string) The named destination to go to.

Returns

Nothing. You can use Application.GetLastError to determine whether this action failed, and why.

See also: Related Actions