VintaSoft Barcode .NET SDK 16.0: 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, in percents.
    Syntax
    'Declaration
    
    Public ReadOnly Property CodewordYield As QualityTestPercentParameter
    
    
    public QualityTestPercentParameter CodewordYield { get; }
    
    
    public: __property QualityTestPercentParameter* get_CodewordYield();
    
    
    
    public:
    property QualityTestPercentParameter^ CodewordYield { QualityTestPercentParameter^ 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 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