Click or drag to resize

ZebraTemplateGetTemplateImageNames Method

Returns a list of all stored template image names.

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

Return Value

Type: ListString
A List containing the stroed template image file names.
Exceptions
ExceptionCondition
IOExceptionIf an error is encountered while accessing the stored image files.
See Also