VintaSoft Barcode .NET SDK 14.3: Documentation for .NET developer
Vintasoft.Barcode.QualityTests Namespace / ISO15415QualityTest Class / CodewordYield Property
Syntax Remarks Requirements SeeAlso
In This Topic
    CodewordYield Property (ISO15415QualityTest)
    In This Topic
    Gets the efficiency with which linear scans can recover data from a two-dimensional multi-row symbol.
    Syntax
    'Declaration
    
    Public ReadOnly Property CodewordYield As Single
    
    
    public float CodewordYield { get; }
    
    
    public: __property float get_CodewordYield();
    
    
    
    public:
    property float CodewordYield { float get(); }
    Remarks

    The Codeword Yield is the number of validly decoded codewords expressed as a percentage of the maximum number of codewords that could have been decoded (after adjusting for tilt). A poor Codeword Yield, for a symbol whose other measurements are good, may indicate a Y-axis print quality problem.

    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