BarcodeTypeSelector MethodsByteScout Barcode Reader SDK

The BarcodeTypeSelector type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberFromString
Returns new instance of BarcodeTypeSelector filled with barcode types from comma-separated list.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodIsAny1DSelected
Indicates if any 1D (linear) barcode type is selected currently.
Public methodIsAny2DSelected
Indicates if any 2D barcode type is selected currently.
Public methodIsAnyOMRElementsSelected
Indicates if any OMR (Optical Mark Recognition) element is selected currently.
Public methodIsAnySelected
Indicates if any barcode type is selected currently.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodReset
Set all barcode type properties to False.
Public methodSetAll
Enables all supported barcodes except EAN-2, EAN-5, Circular 2 of 5, Patch Code, MSI, Pharmacode as they are designed to work without error checking and causing numerous false positives. Code 39 Ext, Code39 Mode 43, Code39 Mode 43 Ext are also excluded to avoid duplicates by generic Code 39 decoder. If you want to search for these barcode types as well, please enable them directly.
Public methodSetAll1D
Enable all one-dimensional (1D, linear) barcodes except EAN-2, EAN-5, Circular 2 of 5, Patch Code, MSI, Pharmacode as they are designed to work without error checking and causing numerous false positives. Code 39 Ext, Code39 Mode 43, Code39 Mode 43 Ext are also excluded to avoid duplicates by generic Code 39 decoder. If you want to search for these barcode types as well, please enable them directly.
Public methodSetAll2D
Enables all two-dimensional (2D) barcodes.
Public methodSetAllOMRElements
Enables all OMR (Optical Mark Recognition) elements.
Public methodToString (Overrides ObjectToString.)
Top
See Also

Reference