This documentation is for the old version. Go to the latest Graphics Mill docs

Canvas.Deserialize Method

Deserializes the canvas and its layers.

Namespace: Aurigma.GraphicsMill.AjaxControls.VectorObjects
Assembly: Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.VectorObjects.dll)

Syntax

Visual Basic
Public Sub Deserialize ( _
	serializedData As String _
)
C#
public void Deserialize(
	string serializedData
)

Parameters

serializedData

Type: System.String

The String that contains the serialized data.

Remarks

To save the canvas as serialization data, use the Serialize() method.

See Also

Reference