Pageflex Document Action API
Page Constructor (masterName)
Namespaces > Pageflex.Scripting > Page > PageNew(String)
Creates a new Page document element using the specified master page.
Syntax
Parameters
Remarks
Creates a new Page as the last page in the document, using the specified masterName.
Use MoveBefore(Element, Element) to reposition the newly created page.
Exceptions
Exception | Condition |
---|---|
MasterPageNotFoundException | The specified master page is not defined in the current document. |
Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)