VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode.BarcodeStructure Namespace / BarcodeStructureBase Class / BarcodeStructureBase Constructor(BarcodeType,String,BarcodeElement[])
Syntax Requirements SeeAlso
In This Topic
    BarcodeStructureBase Constructor(BarcodeType,String,BarcodeElement[])
    In This Topic
    Initializes a new instance of the BarcodeStructureBase class.
    Syntax
    'Declaration
    
    Protected Function New( _
    ByVal barcodeType
    The barcode type.
    As Vintasoft.Barcode.BarcodeType, _
    ByVal barcodeName
    The barcode name.
    As String, _
    ByVal ParamArray barcodeElements
    The barcode elements.
    () As BarcodeElement _
    )

    Parameters

    barcodeType
    The barcode type.
    barcodeName
    The barcode name.
    barcodeElements
    The barcode elements.
    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