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

    Parameters

    startPoint
    The left-top point, in the coordinate space of image viewer, of the text selection rectangle.
    endPoint
    The right-bottom point, in the coordinate space of image viewer, of the text selection rectangle.
    Browser Compatibility
    56+
    45+
    11
    See Also