IPPImage class

IPPImage class

Represents an image in a presentation.

The IPPImage 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 of the System.Drawing.Image type.
Read-only IPPImage.image.
imageReturns the copy of an image.
Read-only IPPImage.image.
svg_imageReturns or sets ISvgImage object ISvgImage
content_typeReturns a MIME type of an image, encoded in IPPImage.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.
replace_imageReplaces image.
replace_imageReplaces image.
replace_imageReplaces image.

See Also