VintaSoft Barcode .NET SDK 14.3: Documentation for .NET developer
Vintasoft.Barcode.QualityTests Namespace / ISO15415QualityTest Class / ReflectanceMarginGrade Property
Syntax Remarks Requirements SeeAlso
In This Topic
    ReflectanceMarginGrade Property (ISO15415QualityTest)
    In This Topic
    Gets a grade of Reflectance Margin.
    Syntax
    'Declaration
    
    Public ReadOnly Property ReflectanceMarginGrade As ISO15415QualityGrade
    
    
    public ISO15415QualityGrade ReflectanceMarginGrade { get; }
    
    
    public: __property ISO15415QualityGrade get_ReflectanceMarginGrade();
    
    
    
    public:
    property ISO15415QualityGrade ReflectanceMarginGrade { ISO15415QualityGrade get(); }
    Remarks

    Reflectance Margin is a measure of how well each module is correctly distinguishable as light or dark in comparison to the global threshold. Factors such as print growth (or loss), misplacement of a module relative to the grid intersection, the optical characteristics of the substrate, uneven printing, or encodation errors, may reduce or even eliminate the margin for error between the reflectance of a module and the Threshold. A low Reflectance Margin may increase the probability of a module being incorrectly identified as dark or light.

    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