Barcode128.BarWidth Method

PDF File Writer

Barcode128BarWidth Method

Width of one bar at indexed position in narrow bar units.

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public override int BarWidth(
	int Index
)

Parameters

Index
Type: SystemInt32
Bar's index number.

Return Value

Type: Int32
Bar's width in narrow bar units.
Remarks
This virtual function must be implemented by derived class Index range is 0 to BarCount - 1
See Also