PDF.GoToPage

PDF.GoToPage ( 

string ObjectName,

number Page )

Example 1

PDF.GoToPage("Guide", 10);

Goes to page 10 in the PDF File currently loaded in the PDF object named "Guide."

See also:  Related Actions