VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebFreeTextAnnotationViewJS 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.WebFreeTextAnnotationViewJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: WebAnnotationBrushJS
    
    returnValue = instance.set_FontBrush(value);
    
    
    function set_FontBrush(
    value
    The font WebAnnotationBrushJS of the annotation.
    : WebAnnotationBrushJS
    ) : any;

    Parameters

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