VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebFreeTextAnnotationViewJS type / set_FontTransparent Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_FontTransparent Method
    In This Topic
    Sets the value indicating whether the text is transparent.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebFreeTextAnnotationViewJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: boolean
    
    returnValue = instance.set_FontTransparent(value);
    
    
    function set_FontTransparent(
    value
    True - annotation font is transparent; False - annotation font is not transparent. Default value is False.
    : boolean
    ) : any;

    Parameters

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