Skip to content

Latest commit

 

History

History
55 lines (39 loc) · 1.84 KB

australian-post-encoding-table.md

File metadata and controls

55 lines (39 loc) · 1.84 KB
layout title description keywords needAutoGenerateSidebar needGenerateH3Content permalink
default-layout
AustralianPostEncodingTable - Dynamsoft Barcode Reader Parameter Reference
This page shows Dynamsoft Barcode Reader Parameter Reference for AustralianPostEncodingTable.
AustralianPostEncodingTable, parameter reference, parameter
true
true
/parameters/reference/australian-post-encoding-table.html

AustralianPostEncodingTable

AustralianPostEncodingTable helps specify the encoding table used to code the Customer Information Field of Australian Post Customer Barcode. It is defined as below:

Value Type Value Range Default Value Template Structure Type
string "C"
"N"
"C" FormatSpecification

Setting Methods

AustralianPostEncodingTable can be set via JSON template.

As JSON Parameter

AustralianPostEncodingTable as a JSON parameter is a number value defined as below.

Key Name Key Value
AustralianPostEncodingTable "C" or "N" as a string

JSON Example

{
    "AustralianPostEncodingTable": "N"
}

Related Articles

  • [Use RuntimeSettings or Templates for Configuring Parameters]({{ site.features }}use-runtimesettings-or-templates.html)
  • [Configure parameters for a certain barcode format]({{ site.scenario_settings }}format-specification.html#australianpostencodingtable)