RenderArea Function
Renders a given rectangular area on the currently selected (active) page in an Envision document currently opened in the Canvas Envision Creator app into a single image item and places this image item as the top item on the top layer of this page.
RenderArea(bounds: [[[EvRect|evrect-interface.html]]], options: [[[EvRenderOptions|evrenderoptions-interface.html]]]): Promise<[[[EvItem|canvas-envision-document-items.html#object-items]]]>
Parameters
bounds: EvRectAn
EvRectobject, the position and size of a given rectangular area on the currently selected page in an Envision document currently opened in the Canvas Envision Creator app that should be rendered into an image item.options: EvRenderOptionsAn
EvRenderOptionsobject, the settings for image rendering. If a setting is not given, the default setting value will be used.
Return value
01 April 2025