Click or drag to resize

ZebraCardTemplate.DeleteTemplateImage Method

Deletes the specified template image.

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

Parameters

imageName
Type: System.String
The name of the image.

Implements

ZebraTemplate.DeleteTemplateImage(String)
Exceptions
ExceptionCondition
FileNotFoundExceptionIf the specified image is not found.
See Also