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

    Parameters

    value
    Text region (WebTextRegionJS object).
    image
    The image (WebImageJS object).
    Browser Compatibility
    56+
    45+
    11
    See Also