VintaSoft Barcode .NET SDK 16.0: 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
This property is obsolete (in third edition of ISO/IEC 15415:2024), use Modulation property instead.
Syntax
'Declaration

<ObsoleteAttribute("This property is obsolete (in third edition of ISO/IEC 15415:2024), use Modulation property instead.", True)>
Public ReadOnly Property ReflectanceMarginGrade As Single

[Obsolete("This property is obsolete (in third edition of ISO/IEC 15415:2024), use Modulation property instead.", True)]
public float ReflectanceMarginGrade { get; }

Remarks

Modulation and reflectance margin merged into one parameter (Modulation) in third edition of ISO/IEC 15415:2024. The previous edition (second) of this document defined both modulation which was graded without regard to "errors" and reflectance margin which was graded with sensitivity to "errors". These were combined into one parameter, now called modulation, which regards errors. Therefore, the parameter which used to be called reflectance margin, is now called modulation and the old modulation parameter is removed.

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