Click or drag to resize

ZebraTemplateDeleteTemplateImage Method

Deletes the specified template image.

Namespace:  Zebra.Sdk.Card.Job.Template
Assembly:  SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax
void DeleteTemplateImage(
	string imageName
)

Parameters

imageName
Type: SystemString
The name of the image.
Exceptions
ExceptionCondition
FileNotFoundExceptionIf the specified image is not found.
See Also