[]
Gets an Image object from its base-64 string encoding, byte array, or stream serialization.
public static Image GetImage(object o)
Public Shared Function GetImage(o As Object) As Image
Type | Name | Description |
---|---|---|
object | o | Object that contains base-64 string encoding, byte array, and so on. from which to get the image |
Type | Description |
---|---|
Image | An Image object |