Spread Windows Forms 12.0 Product Documentation
GetBytes Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace > ImageCellType Class : GetBytes Method
Image
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)
public static byte[] GetBytes( 
   Image image
)

Parameters

image
Image

Return Value

Byte array containing the byte array serialization
See Also

Reference

ImageCellType Class
ImageCellType Members