Images

Images class

Methods to instantiate and work with IImage.

Images

NameDescription
Images()

Returns: Images


fromData

NameDescription
fromData (byte[])Create an image from byte array.

Returns: SlidesImage


fromFile

NameDescription
fromFile (String)Create an image from the file.

Returns: SlidesImage


fromStreamFromStream

NameDescription
fromStreamFromStream (Images, ReadStream, Function)Create an image from the stream.

Returns: SlidesImage