ZebraGraphicsIExtractHalfPanelImageData 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_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax byte[] ExtractHalfPanelImageData(
byte[] imageData
)
Function ExtractHalfPanelImageData (
imageData As Byte()
) As Byte()
array<unsigned char>^ ExtractHalfPanelImageData(
array<unsigned char>^ imageData
)
Parameters
- imageData
- Type: SystemByte
The 24bpp bitmap color image data.
Return Value
Type:
ByteThe extracted half panel color image data.
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