Method Unload
- Namespace
 - SharpVectors.Converters
 
- Assembly
 - SharpVectors.Converters.Wpf.dll
 
Unload(bool, string)
This clears the SvgViewbox of any drawn diagram and optionally displays a message.
public void Unload(bool displayMessage = false, string message = "")
Parameters
displayMessageboolA value indicating whether to display a message after clearing the SVG rendered diagram. The value is false, not message is displayed.
messagestringThis specifies the message to be displayed after clearing the diagram. Setting this parameter to a non-empty text will override any message set in the MessageText. The default value is Empty.