Creates a 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 static ThermalLabel CreateFromXmlTemplate(
	string xmlTemplate
)
Visual Basic
Public Shared Function CreateFromXmlTemplate ( _
	xmlTemplate As String _
) As ThermalLabel
Visual C++
public:
static ThermalLabel^ CreateFromXmlTemplate(
	String^ xmlTemplate
)

Parameters

xmlTemplate
Type: System..::..String
The content of the XML Template.

Return Value

A ThermalLabel object based on the content of the specified XML Template.

See Also