BarcodeTypeSelector 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 BarcodeTypeSelector type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
FromString | Returns new instance of BarcodeTypeSelector filled with barcode types from comma-separated list. | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the type of the current instance. (Inherited from Object.) | |
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) element is selected currently. | |
IsAnySelected | Indicates if any barcode type is selected currently. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Reset | Set all barcode type properties to False. | |
SetAll | 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. | |
SetAll1D | 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. | |
SetAll2D | Enables all two-dimensional (2D) barcodes. | |
SetAllOMRElements | Enables all OMR (Optical Mark Recognition) elements. | |
ToString | (Overrides ObjectToString.) |
See Also