INodeShapeStyle.SetImage method
Namespace: NextDesign.Core
Description
Set an image to the shape.
If pasting an image is not permitted in the shape definition, the image will be ignored even if executed.
argument
Name | Type | Description |
---|---|---|
data | byte[] | Byte array of image data |
format | string | The format of the image data. "png", "bmp", "jpg", "gif", case insensitive. |
Return value
- void