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

Canvas.ReturnValue Property

Gets or sets the value returned by remote scripting method.

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

Syntax

Visual Basic
Public Property ReturnValue As String
C#
public string ReturnValue { get; set; }

Property Value

The return value string.

See Also

Reference