PPImage — Aspose.Slides FOSS C# (.NET) API Reference

PPImage — PPImage API type. Inherits from: IPPImage.

Package: Aspose.Slides.Foss


Properties

PropertyTypeAccessDescription
BinaryDatabyte[]Read/Write
ImageIImageRead/Write
ContentTypestringRead/Write
WidthintRead/Write
HeightintRead/Write
XintRead/Write
YintRead/Write

Methods

MethodReturnsDescription
ReplaceImage(byte[] newImageData)void
ReplaceImage(IImage newImage)void
ReplaceImage(IPPImage newImage)void

See Also