Click or drag to resize

ZebraCardTemplateGetTemplateImageData Method

Returns the raw image data from the specified image name.

Namespace:  Zebra.Sdk.Card.Job.Template
Assembly:  SdkApi_Card_Desktop (in SdkApi_Card_Desktop.dll) Version: 2.14.1989
Syntax
public byte[] GetTemplateImageData(
	string imageName
)

Parameters

imageName
Type: SystemString
The name of the image.

Return Value

Type: Byte
The raw image data.

Implements

ZebraTemplateGetTemplateImageData(String)
Exceptions
ExceptionCondition
FileNotFoundExceptionIf the specified image is not found.
ZebraIllegalArgumentExceptionIf the specified image name is invalid.
See Also