Restores the composite image based on data in the specified XML Template.
Namespace:
Neodynamic.WebControls.ImageDraw
Assembly:
Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw.dll) Version: 5.0.2000.0 (5.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