ImageData
Overview
ImageData is a class in Aspose.Words FOSS for Python.
Inherits from: BaseModel.
ImageData.source_filename holds the original filename of the image.
Properties: content_type, crop_bottom, crop_left, crop_right, crop_top, image_bytes, and 1 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
source_filename | str | Read | Gets the source filename. |
content_type | str | Read | Gets the content type. |
image_bytes | bytes | Read | Gets the image bytes. |
crop_left | int | Read | Gets the crop left. |
crop_top | int | Read | Gets the crop top. |
crop_right | int | Read | Gets the crop right. |
crop_bottom | int | Read | Gets the crop bottom. |