PageIndex Property

Pageflex Document Action API

Pageflex Document Action API PageIndex Property
Namespaces > Pageflex.Scripting > Page > PageIndex
Gets the page index of this page.
Syntax
C# Visual Basic Managed C++
public uint PageIndex { get; }
Public ReadOnly Property PageIndex As UInteger
public:
unsigned int PageIndex {
	unsigned int get ();
}
Remarks
The page index of the first page in the document is 1.
Exceptions
Exception Condition
ElementNotVisibleException The referenced shape is not Visible.
StaleScriptingObjectException This object's associated internal object no longer exists.

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)