IImageWrapper

IImageWrapper interface

System.Drawing.Image wrapper for COM interface.

public interface IImageWrapper : IDisposable

Properties

NameDescription
AsIDisposable { get; }Returns IDisposable interface. Read-only IDisposable.
Image { get; }Gets the Syste.Drawing.Image Read-only Image.
Size { get; }Gets the width and height, in pixels, of the Image Read-only Size.

Methods

NameDescription
Save(string)Saves Image to the specified file
Save(Stream, PPImageFormat)Saves the Image to the specified stream in the specified format.
Save(string, PPImageFormat)Saves the Image to the specified file in the specified format.

See Also