VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode.SymbologySubsets Namespace / HibcLicPrimaryDataStructure Class / HibcLicPrimaryDataStructure Constructor(String,String,Int32)
Syntax Exceptions Requirements SeeAlso
In This Topic
    HibcLicPrimaryDataStructure Constructor(String,String,Int32)
    In This Topic
    Initializes a new instance of the HibcLicPrimaryDataStructure class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal lic
    The Labeler Identification Code (LIC).
    As String, _
    ByVal pcn
    The Labelers Product or Catalog Number (PCN).
    As String, _
    ByVal unitOfMeasureID
    The Unit of Measure identifier.
    As Integer _
    )
    public HibcLicPrimaryDataStructure(
    string lic,
    string pcn,
    int unitOfMeasureID
    )
    public: HibcLicPrimaryDataStructure(
    string* lic,
    string* pcn,
    int unitOfMeasureID
    )
    public:
    HibcLicPrimaryDataStructure(
    string^ lic,
    string^ pcn,
    int unitOfMeasureID
    )

    Parameters

    lic
    The Labeler Identification Code (LIC).
    pcn
    The Labelers Product or Catalog Number (PCN).
    unitOfMeasureID
    The Unit of Measure identifier.
    Exceptions
    ExceptionDescription
    Thrown if lic is null or empty string.
    Thrown if lic has invalid format.
    Thrown if pcn is null or empty string.
    Thrown if pcn has invalid format.
    Thrown if unitOfMeasureID is lower than 0 or greater than 9.
    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