'Declaration Protected Function New( _
ByVal barcodeTypeТип штрих-кода.As Vintasoft.Barcode.BarcodeType, _
ByVal barcodeNameИмя штрих-кода.As String, _
ByVal ParamArray barcodeElementsЭлементы штрих-кода.() As BarcodeElement _
)
protected BarcodeStructureBase(
Vintasoft.Barcode.BarcodeType barcodeType,
string barcodeName,
params BarcodeElement[] barcodeElements
)
protected: BarcodeStructureBase(
Vintasoft.Barcode.BarcodeType barcodeType,
string* barcodeName,
params BarcodeElement*[]* barcodeElements
)
protected:
BarcodeStructureBase(
Vintasoft.Barcode.BarcodeType barcodeType,
string^ barcodeName,
... array<BarcodeElement^>^ barcodeElements
)
Parameters
- barcodeType
 - Тип штрих-кода.
 - barcodeName
 - Имя штрих-кода.
 - barcodeElements
 - Элементы штрих-кода.