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

    Modulation is a measure of the uniformity of reflectance of the dark and light modules respectively. Factors such as print growth (or loss), misplacement of a module relative to the grid intersection, the optical characteristics of the substrate and uneven printing may reduce the difference between the reflectance of a module and the GlobalThreshold. A low Modulation 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