set_ColorReplaceSpheres Method
In This Topic
Sets color spheres which defines colors which should be replaced.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebAdvancedReplaceColorCommandJS();
var returnValue; // Type: any
// Parameters
var value; // Type: WebColorReplaceSphereJS
returnValue = instance.set_ColorReplaceSpheres(value);
function set_ColorReplaceSpheres(
: WebColorReplaceSphereJS
) : any;
Parameters
- value
- Array of WebColorReplaceSphereJS objects.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also