VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebTextRegionSymbolJS type / get_FontBBoxWidth Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_FontBBoxWidth Method
    In This Topic
    Gets the width of font's bounding box.
    Syntax
    var instance = new Vintasoft.Imaging.WebTextRegionSymbolJS(selectionRegion, symbol, fontName, fontBBoxWidth, fontBBoxHeight);
    
    var value; // Type: string
    value = instance.get_FontBBoxWidth();
    
    
    function get_FontBBoxWidth() : string;
    

    Return Value

    The width of font's bounding box.
    Browser Compatibility
    56+
    45+
    11
    See Also