Restores this ThermalLabel object based on the content of the specified XML Template.
Namespace: Neodynamic.SDK.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 6.0.3500.0 (6.0.3515.430)
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 ThermalLabel object.
See Also