CreateImageWrapper
Contents
[
Hide
]CreateImageWrapper(IImage)
Initializes a new instance of the ImageWrapper class from the specified existing image.
public IImageWrapper CreateImageWrapper(IImage image)
Parameter | Type | Description |
---|---|---|
image | IImage | Existing Image Image |
Return Value
New instance of a IImageWrapper
See Also
- interface IImageWrapper
- interface IImage
- interface IImageWrapperFactory
- namespace Aspose.Slides
- assembly Aspose.Slides
CreateImageWrapper(Stream)
Initializes a new instance of the ImageWrapper class from the specified data stream.
public IImageWrapper CreateImageWrapper(Stream stream)
Parameter | Type | Description |
---|---|---|
stream | Stream | Data stream Stream |
Return Value
New instance of a IImageWrapper
See Also
- interface IImageWrapper
- interface IImageWrapperFactory
- namespace Aspose.Slides
- assembly Aspose.Slides
CreateImageWrapper(string)
Initializes a new instance of the ImageWrapper class from the specified file.
public IImageWrapper CreateImageWrapper(string fileName)
Parameter | Type | Description |
---|---|---|
fileName | String | File name String |
Return Value
New instance of a IImageWrapper
See Also
- interface IImageWrapper
- interface IImageWrapperFactory
- namespace Aspose.Slides
- assembly Aspose.Slides