evCreate API 5.7 Help

SetCurrentPage Function

Sets a given regular document page or master page as currently selected (active) in an Envision document currently opened in the Canvas Envision Creator app.

SetCurrentPage(page: [[[EvItem|canvas-envision-document-items.html#page-items]]]): Promise<void>

Parameters

page: EvItem

A Page item object of a page that should be currently selected (active) in the Envision document currently opened in the Canvas Envision Creator app.

Return value

Promise<void>

A Promise that, if fulfilled, resolves to void if the given page has been successfully selected (activated) in the current Envision document.

12 March 2025