VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationTextPropertiesJS type / set_FontBrush Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_FontBrush Method
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
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also