C#
VB
Java
Objective-C
WinRT C#
C++
Encoding table to use when writing Code 128 barcodes.
[SerializableAttribute()]
public enum Code128BarcodeTableEncoding
<SerializableAttribute()>
Public Enum Code128BarcodeTableEncoding
[SerializableAttribute()]
public enum Code128BarcodeTableEncoding
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
Members
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET