ImageGear .NET - Updated
TotalChangeCount Property




ImageGear24.Comparison Assembly > ImageGear.Comparison Namespace > IComparisonResult Interface : TotalChangeCount Property
The total number of differences found.
Syntax
'Declaration
 
ReadOnly Property TotalChangeCount As Integer
'Usage
 
Dim instance As IComparisonResult
Dim value As Integer
 
value = instance.TotalChangeCount
int TotalChangeCount {get;}
__property int get_TotalChangeCount();
property int TotalChangeCount {
   int get();
}
See Also

Reference

IComparisonResult Interface
IComparisonResult Members