evCreate API 5.7 Help

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: EvRect

An EvRect object, 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: 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 rectangular area on the current page in the current Envision document and saved as the top item on the top layer of this page.

01 April 2025