VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebImageMetadataJS type / getTextRegion Property
Syntax Exceptions Remarks BrowserCompatibility SeeAlso
In This Topic
    getTextRegion Method
    In This Topic
    Returns a text region of this image.
    Syntax
    var instance = new Vintasoft.Imaging.WebImageMetadataJS(image);
    
    var value; // Type: Vintasoft.Imaging.WebTextRegionJS
    value = instance.getTextRegion();
    
    
    function getTextRegion() : WebTextRegionJS;
    

    Return Value

    WebTextRegionJS of this image OR null if image does not contain text region.
    Exceptions
    ExceptionDescription
    Thrown if class does NOT have information about text region.
    Remarks

    Before calling this method you must call the "requestTextRegion" method for getting information about text region.
    Call the "isTextRegionReceived" method if you want to determine that class already received information about text region.

    Browser Compatibility
    56+
    45+
    11
    See Also