VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebFreeTextAnnotationViewJS type / get_FontBrush Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_FontBrush Method
    In This Topic
    Gets the font brush of the annotation.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebFreeTextAnnotationViewJS();
    
    var value; // Type: Vintasoft.Imaging.Annotation.UI.WebAnnotationBrushJS
    value = instance.get_FontBrush();
    
    
    function get_FontBrush() : WebAnnotationBrushJS;
    

    Return Value

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