ImageWrapperFactory Class

This class allows to initialize IBitmapWrapper.
Inheritance Hierarchy
SystemObject
  Aspose.SlidesImageWrapperFactory

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public class ImageWrapperFactory : IImageWrapperFactory

The ImageWrapperFactory type exposes the following members.

Constructors
  NameDescription
Public methodImageWrapperFactory
Initializes a new instance of the ImageWrapperFactory class
Methods
  NameDescription
Public methodCreateImageWrapper(Image)
Initializes a new instance of the BitmapWrapper class from the specified existing image.
Public methodCreateImageWrapper(Stream)
Initializes a new instance of the BitmapWrapper class from the specified data stream.
Public methodCreateImageWrapper(String)
Initializes a new instance of the BitmapWrapper class from the specified file.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also