VintaSoft Barcode .NET SDK 14.3: Documentation for .NET developer
Vintasoft.Barcode.QualityTests Namespace / ISO15416SymbolComponentQualityTest Class / AverageScanReflectanceProfileValues Property
Syntax Requirements SeeAlso
In This Topic
    AverageScanReflectanceProfileValues Property (ISO15416SymbolComponentQualityTest)
    In This Topic
    Gets average grade values of ScanReflectanceProfiles.
    Syntax
    'Declaration
    
    Public ReadOnly Property AverageScanReflectanceProfileValues As ISO15416ScanReflectanceProfile
    
    
    public ISO15416ScanReflectanceProfile AverageScanReflectanceProfileValues { get; }
    
    
    public: __property ISO15416ScanReflectanceProfile* get_AverageScanReflectanceProfileValues();
    
    
    
    public:
    property ISO15416ScanReflectanceProfile^ AverageScanReflectanceProfileValues { ISO15416ScanReflectanceProfile^ 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