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)
<ScriptMethodAttribute(ResponseFormat := ResponseFormat.Json)> _
<WebMethodAttribute> _
Public Function UpdateTextVObject ( _
vod As TextVObjectData, _
dpi As Single, _
zoom As Single _
) As TextVObjectData
[ScriptMethodAttribute(ResponseFormat = ResponseFormat.Json)]
[WebMethodAttribute]
public TextVObjectData UpdateTextVObject(
TextVObjectData vod,
float dpi,
float zoom
)
Type: Aurigma.GraphicsMill.AjaxControls.VectorObjects.TextVObjectData
The text v-object data which describes a state of the text v-object to update.Type: System.Single
The resolution (in dpi) to update.Type: System.Single
The zoom the update.The result TextVObjectData.