// Parameters var textContent; // Type: string var selectionRegions; // Type: object[] var subRegions; // Type: WebTextRegionJS[] var symbols; // Type: WebTextRegionSymbolJS[] var trasfromFromDipSpace; // Type: WebMatrixJS var instance = new Vintasoft.Imaging.WebTextRegionJS(textContent, selectionRegions, subRegions, symbols, trasfromFromDipSpace);
function WebTextRegionJS;