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

CanvasService.UpdatePsdTextVObject Method

Updates extended 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 UpdatePsdTextVObject ( _
	vod As PsdTextVObjectData, _
	dpi As Single, _
	zoom As Single _
) As PsdTextVObjectData
C#
[ScriptMethodAttribute(ResponseFormat = ResponseFormat.Json)]
[WebMethodAttribute]
public PsdTextVObjectData UpdatePsdTextVObject(
	PsdTextVObjectData vod,
	float dpi,
	float zoom
)

Parameters

vod

Type: Aurigma.GraphicsMill.AjaxControls.VectorObjects.PsdTextVObjectData

The extended text v-object data which describes a state of the extended 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 PsdTextVObjectData.

See Also

Reference