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.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
BinaryData | byte[] | Read | Gets or sets the raw binary data of the image |
Image | IImage | Read | |
ContentType | string | Read | Gets or sets the MIME type of the image (e.g., “image/png”) |
Width | int | Read | |
Height | int | Read | |
X | int | Read | Gets the horizontal offset of the image within its container |
Y | int | Read | Gets the vertical offset of the image within its container |
Methods
| Signature | Description |
|---|---|
ReplaceImage(newImageData: byte[]) | Replaces the image using another IPPImage instance |
ReplaceImage(newImage: IImage) | |
ReplaceImage(newImage: IPPImage) |