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
| 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[]) | 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. |