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

CanvasService Class

This class provides direct access to common ASP.NET objects and allows updating vector objects.

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

Syntax

Visual Basic
<WebServiceAttribute(Namespace := "Aurigma.GraphicsMill.AjaxControls.VectorObjects")> _
<WebServiceBindingAttribute(ConformsTo := WsiProfiles.BasicProfile1_1)> _
<ScriptServiceAttribute> _
Public Class CanvasService _
	Inherits WebService
C#
[WebServiceAttribute(Namespace = "Aurigma.GraphicsMill.AjaxControls.VectorObjects")]
[WebServiceBindingAttribute(ConformsTo = WsiProfiles.BasicProfile1_1)]
[ScriptServiceAttribute]
public class CanvasService : WebService

Inheritance Hierarchy

System.Object
L System.ComponentModel.MarshalByValueComponent
L System.Web.Services.WebService
L Aurigma.GraphicsMill.AjaxControls.VectorObjects.CanvasService

Object Model












See Also

Reference