VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebImageComparisonCommandJS type / set_CompareChannelIndexes Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_CompareChannelIndexes Method
    In This Topic
    Sets indexes of channels, which should be used for comparing images.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebImageComparisonCommandJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: number[]
    
    returnValue = instance.set_CompareChannelIndexes(value);
    
    
    function set_CompareChannelIndexes(
    value
    Array of indexes of channels OR "null" if all channels must be comapared. Default value is "null".
    : number[]
    ) : any;

    Parameters

    value
    Array of indexes of channels OR "null" if all channels must be comapared. Default value is "null".
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also