Click or drag to resize

ZebraTemplate Interface

Interface used to define functions used in template related operations.

Namespace:  Zebra.Sdk.Card.Job.Template
Assembly:  SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax
public interface ZebraTemplate

The ZebraTemplate type exposes the following members.

Methods
  NameDescription
Public methodConvertDataDocumentToDataMap
Converts a JSON or XML formatted template data document into a Dictionary object.
Public methodDeleteTemplateFileData
Deletes the specified template.
Public methodDeleteTemplateImage
Deletes the specified template image.
Public methodGenerateTemplateDataJob
Returns an instance of the TemplateJob object containing the job specific data.
Public methodGenerateTemplateJob
Returns an instance of the TemplateJob object containing the job specific data.
Public methodGetTemplateDataFields
Returns a list of the template fields from the XML template data.
Public methodGetTemplateFields
Returns a list of the template fields from the specified XML template.
Public methodGetTemplateFileData
Returns the specified template data.
Public methodGetTemplateFileNames
Returns a list of the stored template names.
Public methodGetTemplateImageData
Returns the raw image data from the specified image name.
Public methodGetTemplateImageNames
Returns a list of all stored template image names.
Public methodSaveTemplateFileData
Saves the specified template data.
Public methodSaveTemplateImage
Saves the specified template image data.
Public methodSetTemplateFileDirectory
Sets the directory location for retrieving/storing template files.
Public methodSetTemplateImageDirectory
Sets the directory location for retrieving/storing template image files.
Top
See Also