Thanks for downloading Dynamsoft Barcode Reader Package!
Your download will start shortly. If your download does not begin, click here to retry.
Stores the text result.
public class TextResult
Attribute | Type |
---|---|
BarcodeFormat |
EnumBarcodeFormat |
BarcodeFormatString |
string |
BarcodeFormat_2 |
EnumBarcodeFormat_2 |
BarcodeFormatString_2 |
string |
BarcodeText |
string |
BarcodeBytes |
byte[ ] |
LocalizationResult |
LocalizationResult |
DetailedResult |
object |
Results |
ExtendedResult [ ] |
Exception |
string |
Barcode type in BarcodeFormat group 1.
EnumBarcodeFormat Dynamsoft.TextResult.BarcodeFormat
Barcode type in BarcodeFormat group 1 as string.
string Dynamsoft.TextResult.BarcodeFormatString
Barcode type in BarcodeFormat group 2.
EnumBarcodeFormat_2 Dynamsoft.TextResult.BarcodeFormat_2
Barcode type in BarcodeFormat group 2 as string.
string Dynamsoft.TextResult.BarcodeFormatString_2
The barcode text, ends by ‘\0’.
string Dynamsoft.TextResult.BarcodeText
The barcode content in a byte array.
byte[] Dynamsoft.TextResult.BarcodeBytes
The corresponding localization result.
LocalizationResult Dynamsoft.TextResult.LocalizationResult
One of the following: QRCodeDetails
, PDF417Details
, DataMatrixDetails
, AztecDetails
, OneDCodeDetails
.
object Dynamsoft.TextResult.DetailedResult
The extended result array.
ExtendedResult[] Dynamsoft.TextResult.Results
The exception message.
string Dynamsoft.TextResult.Exception
version 8.2.0