IPPImage
Overview
IPPImage is a class in Aspose.Slides FOSS for .NET.
Represents a presentation-embedded image stored in an OPC package part.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
BinaryData | byte[] | Read | Gets or sets the raw byte array of the image |
Image | IImage | Read | Gets or sets the image as an IImage object |
ContentType | string | Read | Gets or sets the MIME type string of the image |
Width | int | Read | |
Height | int | Read | Gets the image height in pixels |
X | int | Read | Gets the horizontal position of the image within the slide |
Y | int | Read | Gets the vertical position of the image within the slide |
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. |