Readout Enumeration

CVB.Net Documentation
Available readout modes.

Namespace:  Stemmer.Cvb.Barcode
Assembly:  Stemmer.Cvb.Barcode (in Stemmer.Cvb.Barcode.dll) Version: 14.0.0.0
Syntax

public enum Readout
Members

  Member nameValueDescription
Omnidirectional0 Read a barcode no matter what the orientation of the bars is.
Fence1 Read a barcode only if the bars are oriented vertically.
Ladder2 Read a barcode only if the bars are oriented horizontally.
FenceOrLadder3 Read a barcode if the bars are either oriented vertically or horizontally.
SmallCodes4 Expect the barcodes to be very small.
See Also

Reference