VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.Web.Services Namespace / ImageComparisonRequestParams Class / compareChannelIndexes Property
Syntax Requirements SeeAlso
In This Topic
    compareChannelIndexes Property (ImageComparisonRequestParams)
    In This Topic
    Gets or sets indexes of channels, which should be used for comparing images.
    Syntax
    'Declaration
    
    Public Property compareChannelIndexes As Integer[]
    
    
    public int[] compareChannelIndexes { get; set; }
    
    
    public: __property int[] get_compareChannelIndexes();
    public: __property void set_compareChannelIndexes(
    int[]* value
    );
    public:
    property int[] compareChannelIndexes { int[] get(); void set(array<int>^ value); }

    Property Value

    null - all channels must be comapared.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also