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

    Return Value

    Array of selection regions of this region.
    Browser Compatibility
    56+
    45+
    11
    See Also