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

    This parameter tests that damage to the finder pattern, quiet zone, timing, navigation and other fixed patterns in a symbol does not reduce unacceptably the ability of the reference decode algorithm to locate and identify the symbol within the field of view, by inverting the apparent state of one or more modules from light to dark or vice versa.

    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