Click or drag to resize

ZebraCardTemplateGetTemplateImageNames Method

Returns a list of all stored template image names.

Namespace:  Zebra.Sdk.Card.Job.Template
Assembly:  SdkApi_Card_Desktop (in SdkApi_Card_Desktop.dll) Version: 2.14.1989
Syntax
public List<string> GetTemplateImageNames()

Return Value

Type: ListString
A List containing the stroed template image file names.

Implements

ZebraTemplateGetTemplateImageNames
Exceptions
ExceptionCondition
IOExceptionIf an error is encountered while accessing the stored image files.
See Also