ZebraCardGraphicsExtractHalfPanelImageData Method 
             | 
          
        
         
            Attempts to identify and extract the color and non-color half panel regions of the source image.
            
 
    Namespace: 
   Zebra.Sdk.Card.Graphics
    Assembly:
   SdkApi_Card_Desktop (in SdkApi_Card_Desktop.dll) Version: 2.14.1989
Syntaxpublic byte[] ExtractHalfPanelImageData(
	byte[] imageData
)
Public Function ExtractHalfPanelImageData ( 
	imageData As Byte()
) As Byte()
public:
virtual array<unsigned char>^ ExtractHalfPanelImageData(
	array<unsigned char>^ imageData
) sealed
Parameters
- imageData
 - Type: SystemByte
The 24bpp bitmap color image data. 
Return Value
Type: 
ByteThe extracted half panel color image data.
Implements
ZebraGraphicsIExtractHalfPanelImageData(Byte)
Exceptions
Remarks- For ZMotif Series 7 and ZC Series printers only.
 - The printer model must be set prior to calling this method. (ZebraCardGraphics(ZebraCardPrinter zebraCardPrinter) or PrinterModel)"/>
 
See Also