VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebFreeTextAnnotationViewJS type / set_FillBrush Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_FillBrush Method
    In This Topic
    Sets the background brush of annotation.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebFreeTextAnnotationViewJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: WebAnnotationBrushJS
    
    returnValue = instance.set_FillBrush(value);
    
    
    function set_FillBrush(
    value
    The background WebAnnotationBrushJS of annotation.
    : WebAnnotationBrushJS
    ) : any;

    Parameters

    value
    The background WebAnnotationBrushJS of annotation.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also