VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebAdvancedReplaceColorCommandJS type / set_ColorReplaceSpheres Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    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(
    value
    Array of WebColorReplaceSphereJS objects.
    : WebColorReplaceSphereJS
    ) : any;

    Parameters

    value
    Array of WebColorReplaceSphereJS objects.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also