Render Function
Renders a given page in an Envision document currently opened in the Canvas Envision Creator app into an image item object and places this image item object onto the currently selected (active) page in the current document.
Render(page?: [[[EvItem|canvas-envision-document-items.html#page-items]]], options?: [[[EvRenderOptions|evrenderoptions-interface.html]]]): Promise<[[[EvItem|canvas-envision-document-items.html#object-items]]]>
Parameters
page?: EvItemA Page item object of a page in the Envision document currently opened in the Canvas Envision Creator app that should be rendered into an image item object. If it is not given, the currently selected (active) page is rendered.
options?: EvRenderOptionsAn
EvRenderOptionsobject with the settings for image rendering. If a setting is not given, the default setting value will be used.
Return value
23 March 2025