Click or drag to resize

ZebraGraphicsImageDataToImage Method

Converts image data to an Image object.

Namespace:  Zebra.Sdk.Card.Graphics
Assembly:  SdkApi_Card_Desktop (in SdkApi_Card_Desktop.dll) Version: 2.14.1989
Syntax
Image ImageDataToImage(
	byte[] imageData
)

Parameters

imageData
Type: SystemByte
The raw image data.

Return Value

Type: Image
An Image object created from the specified imageData.
Exceptions
ExceptionCondition
ZebraIllegalArgumentExceptionIf there is an error with the provided arguments.
ZebraCardExceptionIf an error occurs while converting the bitmap image data to an Image object.
See Also