VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode.SymbologySubsets Namespace / HibcLicPrimaryDataStructure Class / UnitOfMeasureID Property
Syntax Requirements SeeAlso
In This Topic
    UnitOfMeasureID Property (HibcLicPrimaryDataStructure)
    In This Topic
    Gets the Unit of Measure identifier.
    Syntax
    'Declaration
    
    Public ReadOnly Property UnitOfMeasureID As Integer
    
    
    public int UnitOfMeasureID { get; }
    
    
    public: __property int get_UnitOfMeasureID();
    
    
    
    public:
    property int UnitOfMeasureID { int get(); }

    Property Value

    Possible values are from 0 to 9.
    Value 0 represents a single unit.
    Value from 1 to 8 are used to indicate different packaging levels above the unit of use.
    Value 9 is used for variable quantity containers when manual key entry or scan of a secondary will be used to collect specific quantity data.
    The labeler should ensure consistency in this field within their packaging process.
    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