IPPImage

Overview

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

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

This class provides 1 method for working with IPPImage objects in .NET programs. Available methods include: ReplaceImage. All exported members are accessible to any .NET application after installing the Aspose.Slides FOSS for .NET package. Properties: BinaryData, ContentType, Height, Image, Width, X, and 1 more.

Properties

NameTypeAccessDescription
BinaryDatabyte[]ReadGets the binary data.
ImageIImageReadGets the image.
ContentTypestringReadGets the content type.
WidthintReadGets the width.
HeightintReadGets the height.
XintReadGets the x.
YintReadGets the y.

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