IBarcodeTypeSelector Methods
 Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
The IBarcodeTypeSelector type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| IsAny1DSelected |  Indicates if any 1d linear barcode type is selected currently.  | |
| IsAny2DSelected |  Indicates if any 2D barcode type is selected currently.  | |
| IsAnyOMRElementsSelected |  Indicates if any OMR (Optical Mark Recognition) elements is selected currently.  | |
| IsAnySelected |  Indicates if any barcode type is selected currently.  | |
| Reset |  Set all barcode type properties to False.  | |
| SetAll |  Search for all supported barcodes except EAN-2 and EAN-5 as they are designed to work without checksums and causing numerous false positives. If you want to search for these barcode types as well, please enable them directly.  | |
| SetAll1D |  Search for for all supported one-dimensional (1D, linear) barcodes except EAN-2 and EAN-5 as they are designed to work without checksums and causing numerous false positives. If you want to search for these barcode types as well, please enable them directly.  | |
| SetAll2D |  Search for all supported two-dimensional (2D) barcodes.  | |
| SetAllOMRElements |  Search for all OMR (Optical Mark Recognition) elements.  | 
See Also