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?: EvRenderOptionsAn
EvRenderOptionsobject, the settings for image rendering. If a setting is not given, the default setting value will be used.
Return value
27 March 2025