VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebImageProcessingCommandWithRegionAndSourceChangeJS 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.WebImageProcessingCommandWithRegionAndSourceChangeJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: object
    
    returnValue = instance.set_Region(value);
    
    
    function set_Region(
    value
    Region as structure {x:x, y:y, width:w, height:h};
    : object
    ) : any;

    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