VintaSoft Barcode .NET SDK 14.3: Documentation for .NET developer
Vintasoft.Barcode.QualityTests Namespace / ISO15416SymbolComponentQualityTest Class / DifferentDecodedValues Property
Syntax Remarks Requirements SeeAlso
In This Topic
    DifferentDecodedValues Property (ISO15416SymbolComponentQualityTest)
    In This Topic
    Gets a value indicating whether the decoded scanlines have different barcode values.
    Syntax
    '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.
    Remarks

    Value of the OverallSymbolGradeValue is set to 0 automatically if value of this property is set to true.

    Requirements

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

    See Also