Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ImageCellType Class / GetBytes Method
Image


In This Topic
GetBytes Method
In This Topic
Gets the byte array serialization for the image.
Syntax
'Declaration
 
Public Shared Function GetBytes( _
   ByVal image As Image _
) As Byte()
 
'Usage
 
Dim image As Image
Dim value() As Byte
 
value = ImageCellType.GetBytes(image)

Parameters

image
Image
See Also