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

Public Function New( _
ByVal barType
The bar type of barcode element.
As BarcodeBarType, _
ByVal width
The width of the barcode element.
As Integer, _
ByVal height
The height of the barcode element.
As Integer _
)
public BarcodeBarElement(
BarcodeBarType barType,
int width,
int height
)

Parameters

barType
The bar type of barcode element.
width
The width of the barcode element.
height
The height of the barcode element.
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