SetZOrder Function
Moves a given page to a given position along other pages in an Envision document currently opened in the Canvas Envision Creator app.
SetZOrder(page: [[[EvItem|canvas-envision-document-items.html#page-items]]], index: number): Promise<void>
Parameters
page: EvItemA Page item object of a page that should be moved to a given position along other pages in the Envision document currently opened in the Canvas Envision Creator app.
index: numberA number, a new position of the given page along other pages in the document. It is a zero-based index that is
0for the first page and increases by1for each following page.
Return value
Promise<void>A Promise that, if fulfilled, resolves to
voidif the given page has been successfully moved in the current Envision document.
13 March 2025