←Select platform

Code128TableEncoding Property

Summary

Gets or sets a value that specifies the encoding table to use when writing Code 128 barcodes.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
[DescriptionAttribute("Code 128 encoding table to be used in barcode writing")] 
[DefaultValueAttribute()] 
[DisplayNameAttribute("Table Encoding")] 
[CategoryAttribute("    Code 128 Databar Options")] 
public Leadtools.Barcode.Code128BarcodeTableEncoding Code128TableEncoding {get; set;} 
<DescriptionAttribute("Code 128 encoding table to be used in barcode writing")> 
<DefaultValueAttribute()> 
<DisplayNameAttribute("Table Encoding")> 
<CategoryAttribute(" Code 128 Databar Options")> 
Public Property Code128TableEncoding As Leadtools.Barcode.Code128BarcodeTableEncoding 
[DescriptionAttribute("Code 128 encoding table to be used in barcode writing")] 
[DefaultValueAttribute()] 
[DisplayNameAttribute("Table Encoding")] 
[CategoryAttribute("    Code 128 Databar Options")] 
public Leadtools.Barcode.Code128BarcodeTableEncoding Code128TableEncoding {get; set;} 
@property (nonatomic, assign)          LTCode128BarcodeTableEncoding code128TableEncoding 
public Code128BarcodeTableEncoding getCode128TableEncoding() 
public void setCode128TableEncoding(Code128BarcodeTableEncoding value) 
             
DescriptionAttribute("Code 128 encoding table to be used in barcode writing") 
DefaultValueAttribute() 
DisplayNameAttribute("Table Encoding") 
CategoryAttribute(" Code 128 Databar Options") 
  
get_Code128TableEncoding(); 
set_Code128TableEncoding(value); 
Object.defineProperty('Code128TableEncoding');  
[DescriptionAttribute("Code 128 encoding table to be used in barcode writing")] 
[DefaultValueAttribute()] 
[DisplayNameAttribute("Table Encoding")] 
[CategoryAttribute("    Code 128 Databar Options")] 
public: 
property Leadtools.Barcode.Code128BarcodeTableEncoding Code128TableEncoding { 
   Leadtools.Barcode.Code128BarcodeTableEncoding get(); 
   void set (    Leadtools.Barcode.Code128BarcodeTableEncoding ); 
} 

Property Value

A Code128BarcodeTableEncoding enumeration member that specifies the encoding table to use when writing Code 128 barcodes. The default value is Code128BarcodeTableEncoding.Auto.

Remarks

This property is only valid when writing Code 128 (BarcodeSymbology.Code128) barcodes.

Example

For an example, refer to OneDBarcodeWriteOptions.

Requirements

Target Platforms

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