The WriteBarcode1d4State Class is available in LEADTOOLS Document and Medical Imaging toolkits.
This class contains information for writing 4 state barcodes.
| Visual Basic (Declaration) | |
|---|---|
<DataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="WriteBarcode1d4State")> Public Class WriteBarcode1d4State Inherits WriteOption | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As WriteBarcode1d4State | |
| C# | |
|---|---|
[DataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="WriteBarcode1d4State")] public class WriteBarcode1d4State : WriteOption | |
| C++/CLI | |
|---|---|
[DataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="WriteBarcode1d4State")] public ref class WriteBarcode1d4State : public WriteOption | |
For an example, refer to WriteOption example.
If you do not set the following properties;
Then the following properties will be used;
///
System.Object
Leadtools.Services.Barcode.DataContracts.WriteOption
Leadtools.Services.Barcode.DataContracts.WriteBarcode1d4State
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