Restores this Thermal Label based on data in the specified XML Template.
Namespace:
Neodynamic.SDK.Printing
Assembly:
Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 2.0.2000.0 (2.0.2000.0)
Syntax
| C# |
|---|
public void LoadXmlTemplate(
string xmlTemplate
) |
| Visual Basic (Declaration) |
|---|
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