GetPage Method (pageIndex)

Pageflex Document Action API

Pageflex Document Action API GetPage Method (pageIndex)
Namespaces > Pageflex.Scripting > Document > GetPage(UInt32)
Gets the Page with the specified page index.
Syntax
C# Visual Basic Managed C++
public Page GetPage (
	uint pageIndex
)
Public Function GetPage ( _
	pageIndex As UInteger _
) As Page
public:
Page^ GetPage (
	unsigned int pageIndex
)
Parameters
pageIndex (UInt32)
Index of the Page to get. The first page in the document has index 1.
Return Value
The specified Page element.
Exceptions
Exception Condition
ValueOutOfRangeException The document does not contain a page with the specified index.
StaleScriptingObjectException This object's associated internal object no longer exists.

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)