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

    Parameters

    resolution
    The resolution of an image.

    Return Value

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