VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode.QualityTests Namespace / ISO15415QualityTest Class / Modulation Property
Syntax Remarks Requirements SeeAlso
In This Topic
    Modulation Property (ISO15415QualityTest)
    In This Topic
    Gets a "Modulation" assessment parameter.
    Syntax
    'Declaration
    
    Public ReadOnly Property Modulation As QualityTestAssessmentParameter
    
    
    public QualityTestAssessmentParameter Modulation { get; }
    
    
    public: __property QualityTestAssessmentParameter* get_Modulation();
    
    
    
    Remarks

    Modulation 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 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