Click or drag to resize

ZebraCardGraphics.ImageDataToImage 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:System.Byte[]
The raw image data.

Return Value

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

Implements

ZebraGraphics.ImageDataToImage(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