Deserializes the canvas and its layers.
Namespace:
Aurigma.GraphicsMill.AjaxControls.VectorObjects
Assembly:
Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.VectorObjects.dll)
Public Sub Deserialize ( _ serializedData As String _ )
public void Deserialize( string serializedData )
Type: System.String
The String that contains the serialized data.To save the canvas as serialization data, use the Serialize() method.