VintaSoft Imaging .NET SDK 15.1: 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);

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