IImageWrapper class

IImageWrapper class

System.Drawing.Image wrapper for COM interface.

The IImageWrapper type exposes the following members:

Properties

PropertyDescription
image_sourceGets the image
Read-only aspose.slides.IImage.
sizeGets the width and height, in pixels, of the Image
Read-only IImageWrapper.size.

Methods

MethodDescription
save(self, file_name)Saves Image to the specified file
save(self, stream, image_format)Saves the Image to the specified stream in the specified format.
save(self, file_name, image_format)Saves the Image to the specified file in the specified format.

See Also