VintaSoft Barcode .NET SDK 15.1: 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 a value indicating whether the barcode value is decoded successfully.
    Syntax
    'Declaration
    
    Public ReadOnly Property Decode As Boolean
    
    
    public bool Decode { get; }
    
    
    public: __property bool get_Decode();
    
    
    
    public:
    property bool Decode { bool get(); }

    Property Value

    true - barcode value is decoded successfully; false - barcode value is not decoded.
    Remarks

    This property will be set to false 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: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also