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