VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebTextSelectionToolJS type / selectTextInTextSpace Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    selectTextInTextSpace Method
    In This Topic
    Selects text on focused image.
    Syntax
    var instance = new Vintasoft.Imaging.UI.VisualTools.WebTextSelectionToolJS();
    
    var value; // Type: any
    
    // Parameters
    var startPoint; // Type: object
    var endPoint; // Type: object
    
    value = instance.selectTextInTextSpace(startPoint, endPoint);
    
    
    function selectTextInTextSpace(
    startPoint
    The start point for text selection, in the coordinate space of text.
    : object,
    endPoint
    The end point for text selection, in the coordinate space of text.
    : object
    ) : any;

    Parameters

    startPoint
    The start point for text selection, in the coordinate space of text.
    endPoint
    The end point for text selection, in the coordinate space of text.
    Exceptions
    ExceptionDescription
    Thrown if arguments have wrong types.
    Browser Compatibility
    56+
    45+
    11
    See Also