Gets or sets a value that indicate the table to use when encoding the Australian Post Customer Information Field (CIF).
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');
public:
property Leadtools.Barcode.AustralianPost4StateBarcodeCIFEncoding AustralianPostCIFEncoding {
Leadtools.Barcode.AustralianPost4StateBarcodeCIFEncoding get();
void set ( Leadtools.Barcode.AustralianPost4StateBarcodeCIFEncoding );
}
An AustralianPost4StateBarcodeCIFEncoding enumeration member that indicate the table to use when encoding the Australian Post Customer Information Field (CIF). The default value is AustralianPost4StateBarcodeCIFEncoding.CTable.
The value of this property is only used when writing BarcodeSymbology.AustralianPost4State, it is ignored when writing the other symbologies supported by this class.
For an example, refer to FourStateBarcodeWriteOptions.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET