The WriteBarcode1d4StateType Enumeration is available in LEADTOOLS Document and Medical Imaging toolkits.
Specify the 4 state barcode type to write.| Visual Basic (Declaration) | |
|---|---|
<DataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="WriteBarcode1d4StateType")> Public Enum WriteBarcode1d4StateType Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As WriteBarcode1d4StateType | |
| C# | |
|---|---|
[DataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="WriteBarcode1d4StateType")] public enum WriteBarcode1d4StateType : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
[DataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="WriteBarcode1d4StateType")] public enum class WriteBarcode1d4StateType : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| AustralianPost | Australian Post 4 State type. |
| Rm4scc | Royal Mail (RM4SCC) 4 State type. |
| Usps4bc | USPS OneCode 4-State Barcode (4BC) type. |
You can combine values when reading more than one barcode type, by using a bitwise OR (|). Type RSS14 is now GS1 Databar. All references to RSS14 now refer to GS1 Databar.
System.Object
System.ValueType
System.Enum
Leadtools.Services.Barcode.DataContracts.WriteBarcode1d4StateType
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