ImageData
Overview
ImageData 是Python的Aspose.Words FOSS中的一个类. 继承人: BaseModel.
ImageData.source_filename holds the original filename of the image.
特性: content_type, crop_bottom, crop_left, crop_right, crop_top, image_bytes,另外一个.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
source_filename | str | Read | 获取源文件名. |
content_type | str | Read | 得到了内容类型. |
image_bytes | bytes | Read | 得到图像字节. |
crop_left | int | Read | 收获的东西留下来. |
crop_top | int | Read | 得到了收获的顶部. |
crop_right | int | Read | 得到了正确的收获. |
crop_bottom | int | Read | 得到了收获的底部. |