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