VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebImageProcessingCommandWithRegionJS type / set_Region Property
Syntax Exceptions BrowserCompatibility SeeAlso
    set_Region Method
    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