GetPage()

Syntax:

GetPage( Name )

Return:

The page object specified in Name.

Parameters:

Name – The name of the page to return. Name is either the name of the page entered as a string, which should be surrounded in quote marks; or the index position of the page (the pages are zero-based indexed). This parameter is required.

Remarks:

This function gets a page and returns its page object. The page object can be used with other OpusScript functions, such as PrintPage. The parameter Name is used to specify the page either by its string name or by its index position.

image\Script_Button.jpgExamples