IPPImage

Overview

IPPImage is a class in Aspose.Slides FOSS for .NET.

Represents a presentation-embedded image stored in an OPC package part.

Properties

NameTypeAccessDescription
BinaryDatabyte[]ReadGets or sets the raw byte array of the image
ImageIImageReadGets or sets the image as an IImage object
ContentTypestringReadGets or sets the MIME type string of the image
WidthintRead
HeightintReadGets the image height in pixels
XintReadGets the horizontal position of the image within the slide
YintReadGets the vertical position of the image within the slide

Methods

SignatureDescription
ReplaceImage(newImageData: byte[])The new image data as a byte array.
ReplaceImage(newImage: IImage)The source image.
ReplaceImage(newImage: IPPImage)The source presentation image.

See Also