DifferentDecodedValues Property (ISO15416QualityTest)
Gets a value indicating whether the decoded scanlines have different barcode values.
'Declaration
Public ReadOnly Property DifferentDecodedValues As Boolean
public bool DifferentDecodedValues { get; }
public: __property bool get_DifferentDecodedValues();
public:
property bool DifferentDecodedValues {
bool get();
}
Property Value
true - at least one scan line has barcode value different from barcode value of other lines; false - all scan lines have the same barcode value.
Value of the OverallSymbolGradeValue is set to 0 automatically if value of this property is set to true.
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5