Spread Windows Forms 10.0 Product Documentation
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
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

ImageCellType Class
ImageCellType Members

 

 


Copyright © GrapeCity, inc. All rights reserved.