VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebImageProcessingCommandWithRegionJS type / set_Region Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_Region Method
In This Topic
Sets an image region, which should be processed by the image processing command.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebImageProcessingCommandWithRegionJS();

var returnValue; // Type: any

// Parameters
var value; // Type: object

returnValue = instance.set_Region(value);

Parameters

value
Region as structure {x:x, y:y, width:w, height:h};
Exceptions
ExceptionDescription
Thrown if arguments have wrong types.
Browser Compatibility
56+
45+
11
See Also