Thanks for downloading Dynamsoft Barcode Reader Package!
Your download will start shortly. If your download does not begin, click here to retry.
OneDCodeDetails
Stores the OneD code details.
public class OneDCodeDetails
Attributes
Attribute | Type |
---|---|
ModuleSize |
int |
StartCharsBytes |
byte[ ] |
StopCharsBytes |
byte[ ] |
CheckDigitBytes |
byte[ ] |
ModuleSize
The barcode module size (the minimum bar width in pixel).
int Dynamsoft.OneDCodeDetails.ModuleSize
StartCharsBytes
The start chars in a byte array.
byte[] Dynamsoft.OneDCodeDetails.StartCharsBytes
StopCharsBytes
The stop chars in a byte array.
byte[] Dynamsoft.OneDCodeDetails.StopCharsBytes
CheckDigitBytes
The check digit chars in a byte array.
byte[] Dynamsoft.OneDCodeDetails.CheckDigitBytes