create_bitmap_from_image_byte_array method
create_bitmap_from_image_byte_array
Creates a bitmap from the specified image byte array.
Returns
The created IBitmap.
def create_bitmap_from_image_byte_array(self, image_bytes):
...
| Parameter | Type | Description |
|---|---|---|
| image_bytes | bytes | The byte array containing the image data. |
See Also
- module
aspose.svg.drawing - class
IBitmap - class
IDrawingFactory