←Select platform

Code128BarcodeTableEncoding Enumeration

Summary

Encoding table to use when writing Code 128 barcodes.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
[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 = { 
 
  Auto = 0, 
    ATable = 1, 
    BTable = 2, 
    CTable = 3, 
     
 }; 
[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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Barcode Assembly
Click or drag to resize