![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Barcode Namespace : Code128BarcodeTableEncoding Enumeration |
[SerializableAttribute()] public enum Code128BarcodeTableEncoding : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration
<SerializableAttribute()> Public Enum Code128BarcodeTableEncoding Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage
Dim instance As Code128BarcodeTableEncoding
[SerializableAttribute()] public enum Code128BarcodeTableEncoding : System.IComparable, System.IConvertible, System.IFormattable
typedef NS_ENUM(NSInteger, LTCode128BarcodeTableEncoding)
public enum Code128BarcodeTableEncoding
Leadtools.Barcode.Code128BarcodeTableEncoding = function() { }; Leadtools.Barcode.Code128BarcodeTableEncoding.prototype = {<br/> Auto = 0, ATable = 1, BTable = 2, CTable = 3, };
[SerializableAttribute()] public enum class Code128BarcodeTableEncoding : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0 | Auto |
Auto (use one or multiple tables) ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
1 | ATable |
Use only Code 128 A table ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
2 | BTable |
Use only Code 128 B table ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
3 | CTable |
Use only Code 128 C table ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
The Code128BarcodeTableEncoding enumeration is used as the type of the Code128TableEncoding property.
For an example, refer to OneDBarcodeWriteOptions.
System.Object
System.ValueType
System.Enum
Leadtools.Barcode.Code128BarcodeTableEncoding