Click or drag to resize

ZebraCardTemplate Class

Class for managing template related operations.
Inheritance Hierarchy
SystemObject
  Zebra.Sdk.Card.Job.TemplateZebraCardTemplate

Namespace:  Zebra.Sdk.Card.Job.Template
Assembly:  SdkApi_Card_Desktop (in SdkApi_Card_Desktop.dll) Version: 2.14.1989
Syntax
public class ZebraCardTemplate : ZebraTemplate

The ZebraCardTemplate type exposes the following members.

Constructors
  NameDescription
Public methodZebraCardTemplate
Constructs a ZebraCardTemplate object.
Top
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 methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
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 methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
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 methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
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.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also