VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode.QualityTests Namespace / ISO15416ScanReflectanceProfile Class / Decode Property
Syntax Remarks Requirements SeeAlso
In This Topic
    Decode Property (ISO15416ScanReflectanceProfile)
    In This Topic
    Gets the "Decode" assessment parameter, on a pass or fail basis.
    Syntax
    'Declaration
    
    Public ReadOnly Property Decode As QualityTestPassFailParameter
    
    
    public QualityTestPassFailParameter Decode { get; }
    
    
    public: __property QualityTestPassFailParameter* get_Decode();
    
    
    
    Remarks

    This property will be set to 0 (fail) if quiet zone around the barcode does not conform the specification. Different barcode symbologies require different quiet zone size, in single modules:

    • Code 128 - Left: 10X; Right - 10X
    • Interleaved 2 of 5, Matrix 2 of 5, Standartd 2 of 5, IATA 2 of 5 - Left: 10X; Right 10X
    • EAN-13 - Left: 11X; Right - 7X
    • EAN-8 - Left: 7X; Right - 7X
    • UPCE - Left: 9X; Right - 7X
    • UPCA - Left: 9X; Right - 9X

    Requirements

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

    See Also