PPImage
Overview
PPImage is a class in Aspose.Slides FOSS for Python.
Inherits from: IPPImage.
Represents an image in a presentation.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
binary_data | list[int] | Read | Returns the copy of an image’s data. |
image | IImage | Read | Returns the copy of an image. |
content_type | str | Read | Returns a MIME type of an image, encoded in . |
width | int | Read | Returns a width of an image. |
height | int | Read | Returns a height of an image. |
x | int | Read | Returns a X-offset of an image. |
y | int | Read | Returns a Y-offset of an image. |
Methods
| Signature | Description |
|---|---|
replace_image() | Replaces the image data with new content |