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()
Public Function GetTemplateImageNames As List(Of String)
public:
virtual List<String^>^ GetTemplateImageNames() sealed
Return Value
Type:
ListStringA
List containing the stroed template image file names.
Implements
ZebraTemplateGetTemplateImageNamesExceptions Exception | Condition |
---|
IOException | If an error is encountered while accessing the stored image files. |
See Also