Restores the composite image based on data in the specified XML Template.
Namespace:
Neodynamic.SDK.ImageDraw
Assembly:
Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw.dll) Version: 3.0.2000.0 (3.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 the composite image.
See Also