VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebFreeTextAnnotationViewJS type / get_FillBrush Property
Syntax BrowserCompatibility SeeAlso
    get_FillBrush Method
    Gets the background brush of annotation.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebFreeTextAnnotationViewJS();
    
    var value; // Type: Vintasoft.Imaging.Annotation.UI.WebAnnotationBrushJS
    value = instance.get_FillBrush();
    
    

    Return Value

    The background WebAnnotationBrushJS of annotation.
    Browser Compatibility
    56+
    45+
    11
    See Also