Barcode39.BarWidth Method

PDF File Writer

Barcode39BarWidth Method

Bar width as function of position in the barcode 39

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
Array index.

Return Value

Type: Int32
Width of one bar
See Also