Encoding table to use when writing Code 128 barcodes.
[SerializableAttribute()]
public enum Code128BarcodeTableEncoding
<SerializableAttribute()>
Public Enum Code128BarcodeTableEncoding
typedef NS_ENUM(NSInteger, LTCode128BarcodeTableEncoding)
public enum Code128BarcodeTableEncoding
[SerializableAttribute()]
public enum class Code128BarcodeTableEncoding
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document