VintaSoft Barcode .NET SDK 14.3: Documentation for .NET developer
Vintasoft.Barcode.QualityTests Namespace / ISO15415QualityTest Class / CodewordYieldGrade Property
Syntax Requirements SeeAlso
In This Topic
    CodewordYieldGrade Property (ISO15415QualityTest)
    In This Topic
    Gets a grade of CodewordYield.
    Syntax
    'Declaration
    
    Public ReadOnly Property CodewordYieldGrade As ISO15415QualityGrade
    
    
    public ISO15415QualityGrade CodewordYieldGrade { get; }
    
    
    public: __property ISO15415QualityGrade get_CodewordYieldGrade();
    
    
    
    public:
    property ISO15415QualityGrade CodewordYieldGrade { ISO15415QualityGrade get(); }
    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