VintaSoft Barcode .NET SDK 15.3: Documentation for .NET developer
Vintasoft.Barcode.QualityTests Namespace / ISO15415QualityTestManager Class / BarcodeCellAvgSize Property
Syntax Requirements SeeAlso
In This Topic
    BarcodeCellAvgSize Property (ISO15415QualityTestManager)
    In This Topic
    Gets or sets the average size of the barcode cell, measured in pixels.
    Syntax
    'Declaration
    
    Public Property BarcodeCellAvgSize As Integer
    
    
    public int BarcodeCellAvgSize { get; set; }
    
    
    public: __property int get_BarcodeCellAvgSize();
    public: __property void set_BarcodeCellAvgSize(
    int value
    );
    public:
    property int BarcodeCellAvgSize { int get(); void set(int value); }

    Property Value

    Default value is 0 (undefined).
    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