PPImage

Overview

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

Concrete presentation-embedded image backed by an OPC package part.

Properties

NameTypeAccessDescription
BinaryDatabyte[]ReadGets or sets the raw binary data of the image
ImageIImageRead
ContentTypestringReadGets or sets the MIME type of the image (e.g., “image/png”)
WidthintRead
HeightintRead
XintReadGets the horizontal offset of the image within its container
YintReadGets the vertical offset of the image within its container

Methods

SignatureDescription
ReplaceImage(newImageData: byte[])Replaces the image using another IPPImage instance
ReplaceImage(newImage: IImage)
ReplaceImage(newImage: IPPImage)

See Also