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

Canvas.Data Property

Gets or sets serialized data of this Canvas.

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

Syntax

Visual Basic
<ScriptIgnoreAttribute> _
Public Property Data As String
C#
[ScriptIgnoreAttribute]
public string Data { get; set; }

Property Value

The String value which represents a serialized data of this canvas.

See Also

Reference