PDF File Writer Class Library - Author Uzi Granot
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)

C#
public virtual int BarWidth( int Index )
Parameters
- Index
- Type: SystemInt32
Bar's index number.
Return Value
Type: Int32Bar's width in narrow bar units.

This virtual function must be implemented by derived class
Index range is 0 to BarCount - 1
