VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebTextRegionJS type / getTransformFromImageToTextSpace Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    getTransformFromImageToTextSpace Method
    In This Topic
    Returns the transformation from image space, in pixels, to the text region space.
    Syntax
    var instance = new Vintasoft.Imaging.WebTextRegionJS(textContent, selectionRegions, subRegions, symbols, trasfromFromDipSpace);
    
    var value; // Type: object
    
    // Parameters
    var resolution; // Type: WebResolutionJS
    
    value = instance.getTransformFromImageToTextSpace(resolution);
    
    
    function getTransformFromImageToTextSpace(
    resolution
    The resolution of an image.
    : WebResolutionJS
    ) : object;

    Parameters

    resolution
    The resolution of an image.

    Return Value

    Transformation from image space, in pixels, to the text region space.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also