evCreate API 5.7 Help

EnableRendering Function

Enables or disables rendering of an Envision document currently opened in the Canvas Envision Creator app.

EnableRendering(enable: boolean): Promise<boolean>

Parameters

enable: boolean

A Boolean, a switch to enable (true) or disable (false) rendering of the Envision document currently opened in the Canvas Envision Creator app.

Return value

Promise<boolean>

A Promise that, if fulfilled, resolves to a Boolean indicating the previous rendering state.

Discussion

Disabling rendering can speed up the performance of scripts calling the evCreate API.

07 March 2025