Barcode .Net Class Library

EnumerateBars Method

Applies To: Barcode | BarcodeControl | BarcodeImage

Returns a BarEnumerator to enumerate the bars in the barcode image.

[Visual Basic]
Public Function EnumerateBars( _
   ByVal moduleWidth As Integer _
) As BarEnumerator

[C#]
public BarEnumerator EnumerateBars(
   int moduleWidth
);

Parameters

moduleWidth
The width of the thinnest barcode bar, relative to which the postions and widths of the barcode bars are to be returned.


© 2002 Bokai Corporation. All rights reserved.