←Select platform

AustralianPost4StateBarcodeCIFEncoding Enumeration

Summary

Australian Post 4-State barcode Customer Information Field (CIF) encoding/decoding table

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

Members
ValueMemberDescription
0CTable

Use the C-Table for customer information field (CIF)

1NTable

Use the N-Table to encode/decode customer information field (CIF)

2NoEncoding

Do not encode or decode customer information field (CIF) bars; use them as they are. Data should be in 4-State.

Remarks

The AustralianPost4StateBarcodeCIFEncoding is used as the type for the FourStateBarcodeReadOptions.AustralianPostCIFEncoding and FourStateBarcodeWriteOptions.AustralianPostCIFEncoding.

Example

For an example, refer to FourStateBarcodeReadOptions and FourStateBarcodeWriteOptions.

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