VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebImageProcessingCommandWithRegionJS type / get_Region Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Region Method
    In This Topic
    Gets an image region, which should be processed by the image processing command.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebImageProcessingCommandWithRegionJS();
    
    var value; // Type: object
    value = instance.get_Region();
    
    
    function get_Region() : object;
    

    Return Value

    Region. Default value is {x:0, y:0, width:0, height:0}.
    Browser Compatibility
    56+
    45+
    11
    See Also