evCreate API 5.7 Help

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?: EvItem

A 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?: EvRenderOptions

An EvRenderOptions object with the settings for image rendering. If a setting is not given, the default setting value will be used.

Return value

Promise<EvItem>

A Promise that, if fulfilled, resolves to an Object item object of the image item successfully rendered from the given page in the current Envision document.

23 March 2025