GetPages Function
Returns all the document pages and master pages that include a given object item in an Envision document currently opened in the Canvas Envision Creator app.
GetPages(obj: [[[EvItem|canvas-envision-document-items.html#object-items]]]): Promise<[[[EvItem|canvas-envision-document-items.html#page-items]]][]>
Parameters
Return value
Discussion
The function returns one page in most cases. But if a given object item is located on a master page, it will return all the document pages linked to that master page.
27 March 2025