ImageData
Overview
ImageData is a class in Aspose.Words for Python.
Inherits from: BaseModel.
ImageData.source_filename provides the original filename of the image.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
source_filename | str | Read | Provides the original filename of the image |
content_type | str | Read | Stores the MIME type of the image (e.g., “image/png”) |
image_bytes | bytes | Read | Contains the raw binary data of the image |