VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebTextSelectionToolJS type / set_SelectedRegion Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_SelectedRegion Method
    In This Topic
    Sets the selected text region.
    Syntax
    var instance = new Vintasoft.Imaging.UI.VisualTools.WebTextSelectionToolJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: WebTextRegionJS
    
    returnValue = instance.set_SelectedRegion(value);
    
    
    function set_SelectedRegion(
    value
    Selected text region (WebTextRegionJS object).
    : WebTextRegionJS
    ) : any;

    Parameters

    value
    Selected text region (WebTextRegionJS object).
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also