VintaSoft Imaging .NET SDK 15.1: 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);

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