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

NameTypeAccessDescription
source_filenamestrReadGets the source filename.
content_typestrReadGets the content type.
image_bytesbytesReadGets the image bytes.
crop_leftintReadGets the crop left.
crop_topintReadGets the crop top.
crop_rightintReadGets the crop right.
crop_bottomintReadGets the crop bottom.

See Also