VintaSoft Barcode .NET SDK 15.2: Руководство для .NET разработчика
Vintasoft.Barcode.BarcodeStructure Namespace / BarcodeBarElement Class / BarcodeBarElement Constructor(BarcodeBarType,Int32,Int32)
Синтаксис Требования Смотрите также
В этом разделе
    BarcodeBarElement Constructor(BarcodeBarType,Int32,Int32)
    В этом разделе
    Инициализирует новый экземпляр класса BarcodeBarElement.
    Синтаксис
    'Declaration
    
    Public Function New( _
    ByVal barType
    Тип штриха элемента штрих-кода.
    As BarcodeBarType, _
    ByVal width
    Ширина элемента штрих-кода.
    As Integer, _
    ByVal height
    Высота элемента штрих-кода.
    As Integer _
    )
    public BarcodeBarElement(
    BarcodeBarType barType,
    int width,
    int height
    )
    public: BarcodeBarElement(
    BarcodeBarType barType,
    int width,
    int height
    )
    public:
    BarcodeBarElement(
    BarcodeBarType barType,
    int width,
    int height
    )

    Parameters

    barType
    Тип штриха элемента штрих-кода.
    width
    Ширина элемента штрих-кода.
    height
    Высота элемента штрих-кода.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также