VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode.SymbologySubsets Namespace / GS1DigitalLinkBarcodeSymbologySubset Class / GS1DigitalLinkBarcodeSymbologySubset Constructor(BarcodeType,String)
Syntax Requirements SeeAlso
In This Topic
GS1DigitalLinkBarcodeSymbologySubset Constructor(BarcodeType,String)
In This Topic
Initializes a new instance of the GS1DigitalLinkBarcodeSymbologySubset class.
Syntax
'Declaration

Protected Function New( _
ByVal baseType
Base barcode type.
As Vintasoft.Barcode.BarcodeType, _
ByVal barcodeName
The barcode name.
As String _
)
protected GS1DigitalLinkBarcodeSymbologySubset(
Vintasoft.Barcode.BarcodeType baseType,
string barcodeName
)

Parameters

baseType
Base barcode type.
barcodeName
The barcode name.
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