Thanks for downloading Dynamsoft Barcode Reader Package!
Your download will start shortly. If your download does not begin, click here to retry.
TextResult
Stores the text result.
public class TextResult
Attributes
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 |
IsDPM |
int |
IsMirrored |
int |
BarcodeFormat
Barcode type in BarcodeFormat group 1.
EnumBarcodeFormat Dynamsoft.DBR.TextResult.BarcodeFormat
BarcodeFormatString
Barcode type as string.
string Dynamsoft.DBR.TextResult.BarcodeFormatString
BarcodeFormat_2
Barcode type in BarcodeFormat group 2.
EnumBarcodeFormat_2 Dynamsoft.DBR.TextResult.BarcodeFormat_2
BarcodeFormatString_2
Deprecated
. Use BarcodeFormatString instead.
string Dynamsoft.DBR.TextResult.BarcodeFormatString_2
BarcodeText
The barcode text, ends by ‘\0’.
string Dynamsoft.DBR.TextResult.BarcodeText
BarcodeBytes
The barcode content in a byte array.
byte[] Dynamsoft.DBR.TextResult.BarcodeBytes
LocalizationResult
The corresponding localization result.
LocalizationResult Dynamsoft.DBR.TextResult.LocalizationResult
DetailedResult
One of the following: QRCodeDetails
, PDF417Details
, DataMatrixDetails
, AztecDetails
, OneDCodeDetails
.
object Dynamsoft.DBR.TextResult.DetailedResult
Results
The extended result array.
ExtendedResult[] Dynamsoft.DBR.TextResult.Results
Exception
The exception message.
string Dynamsoft.DBR.TextResult.Exception
IsDPM
Identify whether the barcode is decoded using the DPM feature.
int Dynamsoft.DBR.TextResult.IsDPM
IsMirrored
Identify whether the barcode is mirrored.
int Dynamsoft.DBR.TextResult.IsMirrored