evCreate API 5.7 Help

Create Function

Creates a new multimedia item as the top-most item on the current layer in the top left corner of the current page in an Envision document currently opened in the Canvas Envision Creator app with given raw multimedia data.

Create(data: [[[EvMultimediaData|evmultimediadata-interface.html]]]): Promise<[[[EvItem|canvas-envision-document-items.html#object-items]]]>

Parameters

data: EvMultimediaData

An EvMultimediaData object, the raw binary data of a given multimedia that should be attached to the new multimedia item.

Return value

Promise<EvItem>

A Promise that, if fulfilled, resolves to an Object item object of the new multimedia item successfully created as the top-most item on the current layer in the top left corner of the current page in the current document.

08 April 2025