Restores this ThermalLabel object based on the content of the specified XML Template.

Namespace: Neodynamic.SDK.Printing
Assembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 5.0.3500.0 (5.0.3500.4)

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