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.

This class provides 3 methods for working with PPImage objects in .NET programs. Available methods include: ReplaceImage. All public 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[])Replaces the image using another IPPImage instance
ReplaceImage(newImage: IImage)Calls ReplaceImage(newImage) on this PPImage instance.
ReplaceImage(newImage: IPPImage)Calls ReplaceImage(newImage) on this PPImage instance.

See Also