←Select platform

Code128BarcodeTableEncoding Enumeration

Summary

Encoding table to use when writing Code 128 barcodes.

Syntax
C#
VB
Objective-C
C++
Java
[SerializableAttribute()] 
public enum Code128BarcodeTableEncoding   
<SerializableAttribute()> 
Public Enum Code128BarcodeTableEncoding  
typedef NS_ENUM(NSInteger, LTCode128BarcodeTableEncoding) 
public enum Code128BarcodeTableEncoding 
[SerializableAttribute()] 
public enum class Code128BarcodeTableEncoding   

Members
ValueMemberDescription
0Auto

Auto (use one or multiple tables)

1ATable

Use only Code 128 A table

2BTable

Use only Code 128 B table

3CTable

Use only Code 128 C table

Remarks

The Code128BarcodeTableEncoding enumeration is used as the type of the Code128TableEncoding property.

Example

For an example, refer to OneDBarcodeWriteOptions.

Requirements

Target Platforms

See Also

Reference

Leadtools.Barcode Namespace

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly