In This Topic
Sets unit of measure of the Length.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebRulerAnnotationViewJS();
var returnValue; // Type: any
// Parameters
var value; // Type: WebUnitOfMeasureEnumJS
returnValue = instance.set_UnitOfMeasure(value);
function set_UnitOfMeasure(
: WebUnitOfMeasureEnumJS
) : any;
Parameters
- value
- An instance of the WebUnitOfMeasureEnumJS class that defines the unit of measure. Default value is "Pixels".
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also