AddPage Function
Adds a new master page or regular document page to an Envision document currently opened in the Canvas Envision Creator app.
AddPage(atIndex?: number, isMaster?: boolean, name?: string): Promise<[[[EvItem|canvas-envision-document-items.html#page-items]]]>
Parameters
atIndex?: numberA number, a zero-based index where the new page will be inserted. If it is not specified, the new page will be the last.
isMaster?: booleanA Boolean, a switch to specify whether the new page is a master page. The default value is
false, which is a regular document page.name?: stringA string, the name of the new page. If it is not specified, the system generates the page name.
Return value
11 March 2025