ZxBarcodeThoroughness Enumeration

CVB.Net Documentation
Reader modes for the methods of the ZxBarcode static class.

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

public enum ZxBarcodeThoroughness
Members

  Member nameValueDescription
Default0 Use the regular default reader configuration for ZXing.
TryHarder1 Use a more thorough reader configuration for ZXing. Using this mode effectively calls a
setTryHarder(true)
on the ZXing
DecodeHints
object that is being used internally.
See Also

Reference