←Select platform

AustralianPostCIFEncoding Property

Summary

Gets or sets a value that indicates the table to use when decoding the Australian Post Customer Information Field (CIF).

Syntax
C#
VB
Objective-C
C++
Java
public AustralianPost4StateBarcodeCIFEncoding AustralianPostCIFEncoding { get; set; } 
Public Property AustralianPostCIFEncoding As AustralianPost4StateBarcodeCIFEncoding 
@property (nonatomic, assign) LTAustralianPost4StateBarcodeCIFEncoding australianPostCIFEncoding 
public AustralianPost4StateBarcodeCIFEncoding getAustralianPostCIFEncoding() 
public void setAustralianPostCIFEncoding(AustralianPost4StateBarcodeCIFEncoding value) 

Property Value

An AustralianPost4StateBarcodeCIFEncoding enumeration member that indicates the table to use when decoding the Australian Post Customer Information Field (CIF). The default value is AustralianPost4StateBarcodeCIFEncoding.CTable.

Remarks

The value of this property is only used when reading BarcodeSymbology.AustralianPost4State, it is ignored when reading the other symbologies supported by this class.

Example

For an example, refer to FourStateBarcodeReadOptions.

Requirements

Target Platforms

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