PDF.Navigate

PDF.Navigate ( 

string ObjectName,

number NavigateType )

Example 1

PDF.Navigate("PDF1", PDF_NEXT);

Navigates to the next page in the document loaded in the PDF object named "PDF1."

Example 2

PDF.Navigate("Core", PDF_FIRST);

Navigates to the first page in the document loaded in the PDF object named "Core."

Example 3

PDF.Navigate("Guide", 3);

Navigates to the previous page in the document loaded in the PDF object named "Guide."

See also:  Related Actions