ImageWrapper

ImageWrapper class

System.Drawing.Image wrapper for COM interface.

public class ImageWrapper : IImageWrapper

Properties

NameDescription
Image { get; }Gets Image. Read-only Image.
Size { get; }Gets the width and height, in pixels, of the Image. Read-only Size.

Methods

NameDescription
Dispose()Dispose ImageWrapper
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