ZebraCardImage Constructor 
             | 
          
        
         
            Initializes a new instance of the ZebraCardImage class.
            
 
    Namespace: 
   Zebra.Sdk.Card.Graphics
    Assembly:
   SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntaxpublic ZebraCardImage(
	byte[] imageData
)
Public Sub New ( 
	imageData As Byte()
)
public:
ZebraCardImage(
	array<unsigned char>^ imageData
)
Parameters
- imageData
 - Type: SystemByte
The raw bitmap image data. 
See Also