Table of Contents

Method Unload

Namespace
SharpVectors.Converters
Assembly
SharpVectors.Converters.Wpf.dll

Unload(bool, string)

This clears the SvgCanvas of any drawn diagram and optionally displays a message.

public void Unload(bool displayMessage = false, string message = "")

Parameters

displayMessage bool

A value indicating whether to display a message after clearing the SVG rendered diagram. The value is false, not message is displayed.

message string

This 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.