PDF.SetNamedDest

PDF.SetNamedDest ( 

string ObjectName,

string NamedDest )

Example 1

-- Go to the named destination "Examples".
PDF.SetNamedDest("PDF1", "Examples");

Goes to the named destination called "Examples" in the PDF object named "PDF1."

See also:  Related Actions