evCreate API 5.7 Help

Render Function

Renders one or more given object items from an Envision document currently opened in the Canvas Envision Creator app into a single image item object and places this image item object onto the currently selected (active) page.

Render(objs: [[[EvItem|canvas-envision-document-items.html#object-items]]][], options?: [[[EvRenderOptions|evrenderoptions-interface.html]]]): Promise<[[[EvItem|canvas-envision-document-items.html#object-items]]]>

Parameters

objs: EvItem[]

An array of Object item objects, one or more object items in the Envision document currently opened in the Canvas Envision Creator app that should be rendered into an image item object.

options?: EvRenderOptions

An EvRenderOptions object, 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 object items in the current Envision document.

27 March 2025