VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode.QualityTests Namespace / ISO15415QualityTest Class / FixedPatternDamage Property
Syntax Remarks Requirements SeeAlso
In This Topic
    FixedPatternDamage Property (ISO15415QualityTest)
    In This Topic
    Gets a "Fixed Pattern Damage" assessment parameter.
    Syntax
    'Declaration
    
    Public ReadOnly Property FixedPatternDamage As QualityTestAssessmentParameter
    
    
    public QualityTestAssessmentParameter FixedPatternDamage { get; }
    
    
    public: __property QualityTestAssessmentParameter* get_FixedPatternDamage();
    
    
    
    public:
    property QualityTestAssessmentParameter^ FixedPatternDamage { QualityTestAssessmentParameter^ 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 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