PPImage

Overview

PPImage is a class in Aspose.Slides FOSS for Python. Inherits from: IPPImage.

Represents an image in a presentation.

Properties

NameTypeAccessDescription
binary_datalist[int]ReadReturns the copy of an image’s data.
imageIImageReadReturns the copy of an image.
content_typestrReadReturns a MIME type of an image, encoded in .
widthintReadReturns a width of an image.
heightintReadReturns a height of an image.
xintReadReturns a X-offset of an image.
yintReadReturns a Y-offset of an image.

Methods

SignatureDescription
replace_image()Replaces the image data with new content

See Also