PPImage class

PPImage class

Represents an image in a presentation.

The PPImage type exposes the following members:

Properties

PropertyDescription
binary_dataReturns the copy of an image’s data.
Read-only int[].
system_imageReturns the copy of an image.
Read-only PPImage.image.
imageReturns the copy of an image.
Read-only IImage.
svg_imageReturns or sets ISvgImage object ISvgImage
content_typeReturns a MIME type of an image, encoded in PPImage.binary_data.
Read-only str.
widthReturns a width of an image.
Read-only int.
heightReturns a height of an image.
Read-only int.
xReturns a X-offset of an image.
Read-only int.
yReturns a Y-offset of an image.
Read-only int.

Methods

MethodDescription
replace_imageReplaces image data.
The new image’s data.When newImageData parameter is null.
replace_imageReplaces image data. Attention: when Image is metafile - it will be rasterized due to restrictions of GDI+. Use ReplaceImage(byte[]) instead
The new image.When newImage parameter is null.
replace_imageReplaces image data. Attention: when Image is metafile - it will be rasterized. Use ReplaceImage(byte[]) instead
The new image.When newImage parameter is null.
replace_imageReplaces image data.
The new IPPImage.When newImage parameter is null.

See Also