BarcodeDecoder Constructor
|
Initializes a new instance of the BarcodeDecoder class. |
Angle | The angle to rotate the image if a barcode can not be found at zero degress. |
AngleTolerance | This will rotate the image plus and minus the given value using Angle property for the center reference. |
Code39FullAscii | Gets or sets a boolean value indicating whether to decode the Code39 symbology in full ASCII. |
DecodeCodabar | Gets or sets a value indicating whether decode the Codabar symbology. |
DecodeCode11 | Gets or sets a value indicating whether decode the code11 symbology. |
DecodeCode128 | Gets or sets a value indicating whether to decode the Code128 symbology. |
DecodeCode2of5 | Gets or sets a value indicating whether to decode the code2of5 symbology. |
DecodeCode39 | Gets or sets a value indicating whether to decode the Code39 symbology. |
DecodeCode93 | Gets or sets a value indicating whether to decode the Code93 symbology. |
DecodedFNC1Additional | Gets or sets the string representation of additional FNC1 characters. Note For more information on a this property, please visit http://www.idautomation.com/barcode-recognition/Decoder-SDK-Manual.html#DecodedFNC1First |
DecodedFNC1First | Gets or sets the string representation of first FNC1 character. Note For more information on a this property, please visit http://www.idautomation.com/barcode-recognition/Decoder-SDK-Manual.html#DecodedFNC1First |
DecodedFNC2 | Gets or sets the string representation of the FNC2 character. Note For more information on a this property, please visit http://www.idautomation.com/barcode-recognition/Decoder-SDK-Manual.html#DecodedFNC1First |
DecodedFNC3 | Gets or sets the string representation of the FNC3 character. Note For more information on a this property, please visit http://www.idautomation.com/barcode-recognition/Decoder-SDK-Manual.html#DecodedFNC1First |
DecodedFNC4 | Gets or sets the string representation of the FNC4 character. Note For more information on a this property, please visit http://www.idautomation.com/barcode-recognition/Decoder-SDK-Manual.html#DecodedFNC1First |
DecodeInterleaved2of5 | Gets or sets a value indicating whether decode the interleaved2of5 symbology. |
DecodeMSI | Gets or sets a value indicating whether decode the MSI symbology. |
DecodeUpcEan | Gets or sets a value indicating whether to decode the UPC or EAN symbology. |
ExpandToEAN13 | Gets or sets a value indicating whether expand to the EAN13 barcode to 13 digits. |
IsDemo | IsDemo is a property of the BarcodeDecoder class. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
ReadBarcode | This is the main entry point for most implementations, this function will return a string array, address 0 is the decoded data, 1 is the symbology, and 3 is the barpattern |
ToString (inherited from Object) | Returns a String that represents the current Object. |
BarcodeDecoder Class | IDAutomation.BarcodeDecoder Namespace