IImageWrapperFactory
IImageWrapperFactory interface
This interface allows to initialize IBitmapWrapper.
public interface IImageWrapperFactory
Methods
Name | Description |
---|---|
CreateImageWrapper(Image) | Initializes a new instance of the BitmapWrapper class from the specified existing image. |
CreateImageWrapper(Stream) | Initializes a new instance of the BitmapWrapper class from the specified data stream. |
CreateImageWrapper(string) | Initializes a new instance of the BitmapWrapper class from the specified file. |
See Also
- namespace Aspose.Slides
- assembly Aspose.Slides