VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode.QualityTests Namespace / ISO15415QualityTest Class / ScanGrade Property
Syntax Requirements SeeAlso
In This Topic
    ScanGrade Property (ISO15415QualityTest)
    In This Topic
    This property is obsolete, use OverallSymbolGrade property instead.
    Syntax
    'Declaration
    
    <ObsoleteAttribute("This property is obsolete, use OverallSymbolGrade property instead.", True)>
    Public ReadOnly Property ScanGrade As QualityTestAlphabeticGrade
    
    
    [Obsolete("This property is obsolete, use OverallSymbolGrade property instead.", True)]
    public QualityTestAlphabeticGrade ScanGrade { get; }
    
    
    [Obsolete("This property is obsolete, use OverallSymbolGrade property instead.", True)]
    public: __property QualityTestAlphabeticGrade get_ScanGrade();
    
    
    
    [Obsolete("This property is obsolete, use OverallSymbolGrade property instead.", True)]
    public:
    property QualityTestAlphabeticGrade ScanGrade { QualityTestAlphabeticGrade get(); }
    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