In This Topic
Sets the annotation font unit of measure.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationFontJS(size, familyName, italic, bold, strikeout, underline, unit);
var returnValue; // Type: any
// Parameters
var value; // Type: WebAnnotationFontUnitEnumJS
returnValue = instance.set_Unit(value);
function set_Unit(
: WebAnnotationFontUnitEnumJS
) : any;
Parameters
- value
- An instance of WebAnnotationFontUnitEnumJS class.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also