PDF.GoToPage

PDF.GoToPage ( 

string ObjectName,

number Page )

Description

Goes to a specific page of a PDF File (*.pdf) currently loaded in a PDF object.

Parameters

ObjectName

(string) The name of the PDF object.

Page

(number) The page number to go to.

Returns

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

See also:  Related Actions