add_image method
add_image(self, p, uid, iscontrol, file_input_stream)
Applies the add image from local file operation.
Returns
The JSON string result
def add_image(self, p, uid, iscontrol, file_input_stream):
...
| Parameter | Type | Description |
|---|---|---|
| p | System.String | The JSON string parameter |
| uid | System.String | The unique id for the file cache. |
| iscontrol | System.String | Specify whether it is a control. |
| file_input_stream | io.RawIOBase | The input stream form file of the image |
See Also
- module
aspose.cellsgridjs - class
GridJsService