In This Topic
Sets the text font of annotation.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebRulerAnnotationViewJS();
var returnValue; // Type: any
// Parameters
var value; // Type: WebAnnotationFontJS
returnValue = instance.set_Font(value);
Parameters
- value
- The text WebAnnotationFontJS of annotation.
Exceptions
| Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also