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
| Name | Type | Access | Description |
|---|---|---|---|
BinaryData | byte[] | Read | Gets the binary data. |
Image | IImage | Read | Gets the image. |
ContentType | string | Read | Gets the content type. |
Width | int | Read | Gets the width. |
Height | int | Read | Gets the height. |
X | int | Read | Gets the x. |
Y | int | Read | Gets the y. |
Methods
| Signature | Description |
|---|---|
ReplaceImage(newImageData: byte[]) | The new image data as a byte array. |
ReplaceImage(newImage: IImage) | The source image. |
ReplaceImage(newImage: IPPImage) | The source presentation image. |