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

CanvasService.UpdateTextVObject Method

Updates text v-object using the specified data and parameters.

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

Syntax

Visual Basic
<ScriptMethodAttribute(ResponseFormat := ResponseFormat.Json)> _
<WebMethodAttribute> _
Public Function UpdateTextVObject ( _
	vod As TextVObjectData, _
	dpi As Single, _
	zoom As Single _
) As TextVObjectData
C#
[ScriptMethodAttribute(ResponseFormat = ResponseFormat.Json)]
[WebMethodAttribute]
public TextVObjectData UpdateTextVObject(
	TextVObjectData vod,
	float dpi,
	float zoom
)

Parameters

vod

Type: Aurigma.GraphicsMill.AjaxControls.VectorObjects.TextVObjectData

The text v-object data which describes a state of the text v-object to update.
dpi

Type: System.Single

The resolution (in dpi) to update.
zoom

Type: System.Single

The zoom the update.

Return Value

The result TextVObjectData.

See Also

Reference