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: 6.0.3500.0 (6.0.3515.430)

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

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

See Also