VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode.QualityTests Namespace / ISO15415QualityTest Class / GridNonuniformity Property
Syntax Remarks Requirements SeeAlso
In This Topic
    GridNonuniformity Property (ISO15415QualityTest)
    In This Topic
    Gets a Grid Nonuniformity.
    Syntax
    'Declaration
    
    Public ReadOnly Property GridNonuniformity As Single
    
    
    public float GridNonuniformity { get; }
    
    
    public: __property float get_GridNonuniformity();
    
    
    
    public:
    property float GridNonuniformity { float get(); }
    Remarks

    Grid Nonuniformity measures the largest vector deviation of the grid intersections, determined by the reference decode algorithm from the binarized image of a given symbol, from their ideal theoretical position.

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also