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