VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebTextAnnotationViewJS type / get_FontTransparent Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_FontTransparent Method
    In This Topic
    Gets a value indicating whether the annotation font is transparent.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebTextAnnotationViewJS();
    
    var value; // Type: boolean
    value = instance.get_FontTransparent();
    
    
    function get_FontTransparent() : boolean;
    

    Return Value

    True - annotation font is transparent; False - annotation font is not transparent. Default value is False.
    Browser Compatibility
    56+
    45+
    11
    See Also