Barcode.BarWidth Method

PDF File Writer

BarcodeBarWidth Method

Width of single bar code at indexed position expressed in narrow bar units.

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public virtual 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