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

Canvas.Serialize Method

Serializes 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 Function Serialize As String
C#
public string Serialize()

Return Value

The String that keeps the serialized data.

Remarks

To restore the canvas from the serialization data, use the Deserialize(String) method.

See Also

Reference