Click or drag to resize

ZebraCardGraphicsImageDataToImage 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
public Image ImageDataToImage(
	byte[] imageData
)

Parameters

imageData
Type: SystemByte
The raw image data.

Return Value

Type: Image
An Image object created from the specified imageData.

Implements

ZebraGraphicsImageDataToImage(Byte)
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