VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebTextRegionSymbolJS type / WebTextRegionSymbolJS Constructor(object,string,string,number,number)
Syntax BrowserCompatibility SeeAlso
In This Topic
    WebTextRegionSymbolJS Constructor(object,string,string,number,number)
    In This Topic
    Initializes a new instance of the WebTextRegionSymbolJS class.
    Syntax
    // Parameters
    var selectionRegion; // Type: object
    var symbol; // Type: string
    var fontName; // Type: string
    var fontBBoxWidth; // Type: number
    var fontBBoxHeight; // Type: number
    
    var instance = new Vintasoft.Imaging.WebTextRegionSymbolJS(selectionRegion, symbol, fontName, fontBBoxWidth, fontBBoxHeight);
    
    
    function WebTextRegionSymbolJS(
    selectionRegion
    Selection region of this symbol.
    : object,
    symbol
    Text symbol.
    : string,
    fontName
    The font name.
    : string,
    fontBBoxWidth
    The width of font's bounding box.
    : number,
    fontBBoxHeight
    The height of font's bounding box.
    : number
    ) : WebTextRegionSymbolJS;

    Parameters

    selectionRegion
    Selection region of this symbol.
    symbol
    Text symbol.
    fontName
    The font name.
    fontBBoxWidth
    The width of font's bounding box.
    fontBBoxHeight
    The height of font's bounding box.
    Browser Compatibility
    56+
    45+
    11
    See Also