VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebTextSelectionToolJS type / getSelectedRegion Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    getSelectedRegion Method
    In This Topic
    Returns the selected region for specified image.
    Syntax
    var instance = new Vintasoft.Imaging.UI.VisualTools.WebTextSelectionToolJS();
    
    var value; // Type: Vintasoft.Imaging.WebTextRegionJS
    
    // Parameters
    var image; // Type: WebImageJS
    
    value = instance.getSelectedRegion(image);
    
    
    function getSelectedRegion(
    image
    The image.
    : WebImageJS
    ) : WebTextRegionJS;

    Parameters

    image
    The image.

    Return Value

    Text region, which is selected on specified image.
    Browser Compatibility
    56+
    45+
    11
    See Also