VintaSoft Imaging .NET SDK 12.5: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationBrushJS type / get_Type Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Type Method
    In This Topic
    Gets the type of the brush.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationBrushJS(type, color);
    
    var value; // Type: Vintasoft.Imaging.Annotation.WebBrushStyleEnumJS
    value = instance.get_Type();
    
    
    function get_Type() : WebBrushStyleEnumJS;
    

    Return Value

    An instance of WebBrushStyleEnumJS class that defines the type of brush.
    Browser Compatibility
    56+
    45+
    11
    See Also