Click or drag to resize

ZebraCardTemplateSaveTemplateImage Method

Saves the specified template image data.

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

Parameters

imageName
Type: SystemString
The name of the image.
imageData
Type: SystemByte
The image data.

Implements

ZebraTemplateSaveTemplateImage(String, Byte)
Exceptions
ExceptionCondition
IOExceptionIf an error occurs while saving the image data.
ZebraIllegalArgumentExceptionIf the specified image name and/or data is empty or null.
See Also