VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebImageComparisonCommandJS type / get_CompareChannelIndexes Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_CompareChannelIndexes Method
    In This Topic
    Gets indexes of channels, which should be used for comparing images.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebImageComparisonCommandJS();
    
    var value; // Type: number[]
    value = instance.get_CompareChannelIndexes();
    
    
    function get_CompareChannelIndexes() : number[];
    

    Return Value

    Array of indexes of channels OR "null" if all channels must be comapared. Default value is "null".
    Browser Compatibility
    56+
    45+
    11
    See Also