Click or drag to resize

ZebraCardTemplateDeleteTemplateImage 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: SystemString
The name of the image.

Implements

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