Restores this Thermal Label based on data in the specified XML Template.
Namespace: Neodynamic.SDK.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 4.0.3500.0 (4.0.3500.1)
Syntax
C# |
---|
public void LoadXmlTemplate(
string xmlTemplate
) |
Visual Basic |
---|
Public Sub LoadXmlTemplate ( _
xmlTemplate As String _
) |
Visual C++ |
---|
public:
void LoadXmlTemplate(
String^ xmlTemplate
) |
Parameters
- xmlTemplate
- Type: System..::..String
An XML Template for restoring this Thermal Label.
See Also