VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebTextRegionJS type / getLineSubregion Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    getLineSubregion Method
    In This Topic
    Returns a text region that contains a line at specified point.
    Syntax
    var instance = new Vintasoft.Imaging.WebTextRegionJS(textContent, selectionRegions, subRegions, symbols, trasfromFromDipSpace);
    
    var value; // Type: Vintasoft.Imaging.WebTextRegionJS
    
    // Parameters
    var point; // Type: object
    
    value = instance.getLineSubregion(point);
    
    
    function getLineSubregion(
    point
    Location of line.
    : object
    ) : WebTextRegionJS;

    Parameters

    point
    Location of line.

    Return Value

    WebTextRegionJS that contains a line at specified point.
    Browser Compatibility
    56+
    45+
    11
    See Also