IPPImage class
Contents
[
Hide
]IPPImage class
Represents an image in a presentation.
The IPPImage type exposes the following members:
Properties
Property | Description |
---|---|
binary_data | Returns the copy of an image’s data. Read-only int[]. |
system_image | Returns the copy of an image of the System.Drawing.Image type. Read-only IPPImage.image . |
image | Returns the copy of an image. Read-only IPPImage.image . |
svg_image | Returns or sets ISvgImage object ISvgImage |
content_type | Returns a MIME type of an image, encoded in IPPImage.binary_data .Read-only str. |
width | Returns a width of an image. Read-only int. |
height | Returns a height of an image. Read-only int. |
x | Returns a X-offset of an image. Read-only int. |
y | Returns a Y-offset of an image. Read-only int. |
Methods
Method | Description |
---|---|
replace_image | Replaces image data. |
replace_image | Replaces image. |
replace_image | Replaces image. |
replace_image | Replaces image. |
See Also
- module
aspose.slides
- library
Aspose.Slides