VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebTextRegionJS type / get_Subregions Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Subregions Method
    In This Topic
    Gets an array of subregions of this region.
    Syntax
    var instance = new Vintasoft.Imaging.WebTextRegionJS(textContent, selectionRegions, subRegions, symbols, trasfromFromDipSpace);
    
    var value; // Type: Vintasoft.Imaging.WebTextRegionJS[]
    value = instance.get_Subregions();
    
    
    function get_Subregions() : WebTextRegionJS[];
    

    Return Value

    Array of WebTextRegionJS objects that defines the subregions of this region.
    Browser Compatibility
    56+
    45+
    11
    See Also