ZebraCardImageImageData Property 
             | 
          
        
         
            Returns the raw bitmap image data.
            
 
    Namespace: 
   Zebra.Sdk.Card.Graphics
    Assembly:
   SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntaxpublic byte[] ImageData { get; }Public ReadOnly Property ImageData As Byte()
	Get
public:
virtual property array<unsigned char>^ ImageData {
	array<unsigned char>^ get () sealed;
}Property Value
Type: 
ByteImplements
ZebraCardImageIImageData
See Also