[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.ImageCellType.GetImage

GetImage Method

GetImage(object)

Gets an Image object from its base-64 string encoding, byte array, or stream serialization.

Declaration
public static Image GetImage(object o)
Public Shared Function GetImage(o As Object) As Image
Parameters
Type Name Description
object o

Object that contains base-64 string encoding, byte array, and so on. from which to get the image

Returns
Type Description
Image

An Image object