The ReadBarcode1d4State Class is available in LEADTOOLS Document and Medical Imaging toolkits.
This class contains information for reading 4-state barcodes.
| Visual Basic (Declaration) | |
|---|---|
<DataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="ReadBarcode1d4State")> Public Class ReadBarcode1d4State Inherits ReadOption | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As ReadBarcode1d4State | |
| C# | |
|---|---|
[DataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="ReadBarcode1d4State")] public class ReadBarcode1d4State : ReadOption | |
| C++/CLI | |
|---|---|
[DataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="ReadBarcode1d4State")] public ref class ReadBarcode1d4State : public ReadOption | |
For an example, refer to Barcode1d example.
If you do not set the following properties:
then the following properties will be used:
System.Object
Leadtools.Services.Barcode.DataContracts.ReadOption
Leadtools.Services.Barcode.DataContracts.ReadBarcode1d4State
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code