VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationBrushJS type / set_Type Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_Type Method
In This Topic
Sets the type of the brush.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationBrushJS(type, color);

var returnValue; // Type: any

// Parameters
var value; // Type: WebBrushStyleEnumJS

returnValue = instance.set_Type(value);

Parameters

value
An instance of WebBrushStyleEnumJS class that defines the type of brush.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also