BarcodeResult
Stores the barcode result.
class Dynamsoft.Core.BarcodeResult
Attributes
Attribute | Type |
---|---|
BarcodeFormat |
EnumBarcodeFormat |
BarcodeFormat_2 |
EnumBarcodeFormat_2 |
Text |
string |
Bytes |
byte[] |
Location |
Quadrilateral * |
ModuleSize |
int |
PageNumber |
int |
BarcodeFormat
Barcode type in BarcodeFormat group 1.
EnumBarcodeFormat barcodeFormat
BarcodeFormat_2
Barcode type in BarcodeFormat group 2.
EnumBarcodeFormat_2 BarcodeFormat_2
Text
The barcode text, ends by ‘\0’.
string Text
Bytes
The barcode content in a byte array.
byte[] Bytes
Location
The location of current recognized barcode.
Quadrilateral Location
ModuleSize
The barcode module size (the minimum bar width in pixel).
int ModuleSize
PageNumber
The page number the barcode located in. The index is 0-based.
int PageNumber