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