←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
Java
Objective-C
WinRT C#
C++
public AustralianPost4StateBarcodeCIFEncoding AustralianPostCIFEncoding { get; set; } 
Public Property AustralianPostCIFEncoding As Leadtools.Barcode.AustralianPost4StateBarcodeCIFEncoding 
public Leadtools.Barcode.AustralianPost4StateBarcodeCIFEncoding AustralianPostCIFEncoding {get; set;} 
@property (nonatomic, assign) LTAustralianPost4StateBarcodeCIFEncoding australianPostCIFEncoding 
public AustralianPost4StateBarcodeCIFEncoding getAustralianPostCIFEncoding() 
public void setAustralianPostCIFEncoding(AustralianPost4StateBarcodeCIFEncoding value) 
             
 <br/>get_AustralianPostCIFEncoding();<br/>set_AustralianPostCIFEncoding(value);<br/>Object.defineProperty('AustralianPostCIFEncoding');  

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly