PutImageDataToSelection
Replaces the first selected drawing with the image specified in the parameters. If there are no drawings selected, the method inserts the image at the current position.
Syntax
expression.PutImageDataToSelection(oImageData);
expression
- A variable that represents a Api class.
Parameters
Name | Required/Optional | Data type | Default | Description |
---|---|---|---|---|
oImageData | Required | ImageData | The information about the base64 encoded png image. |
Returns
This method doesn't return any data.