ZebraCardGraphicsImageToImageData Method 
             | 
          
        
         
            Converts an image to a byte array.
            
 
    Namespace: 
   Zebra.Sdk.Card.Graphics
    Assembly:
   SdkApi_Card_Desktop (in SdkApi_Card_Desktop.dll) Version: 2.14.1989
Syntaxpublic byte[] ImageToImageData(
	Image image
)
Public Function ImageToImageData ( 
	image As Image
) As Byte()
public:
virtual array<unsigned char>^ ImageToImageData(
	Image^ image
) sealed
Parameters
- image
 - Type: System.DrawingImage
The Image object. 
Return Value
Type: 
ByteThe raw image data from the specified 
image.
Implements
ZebraGraphicsImageToImageData(Image)
Exceptions
See Also