DotCodeParameters

DotCodeParameters

DotCode parameters.

Constructor

new DotCodeParameters()

Source:

Methods

getAspectRatio()

Height/Width ratio of 2D BarCode module.
Source:

getColumns()

Identifies columns count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of columns must be at least 5.

Default value: -1
Source:

getDotCodeEncodeMode()

Identifies DotCode encode mode.
Default value: Auto.
Source:

getDotCodeStructuredAppendModeBarcodeId()

Identifies the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1.

Source:

getDotCodeStructuredAppendModeBarcodesCount()

Identifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35.

Source:

getECIEncoding()

Identifies ECI encoding. Used when DotCodeEncodeMode is AUTO.

Default value: ISO-8859-1
Source:

getRows()

Identifies rows count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of rows must be at least 5.

Default value: -1
Source:

isReaderInitialization()

Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader.

Default value is false.
Source:

setAspectRatio()

Height/Width ratio of 2D BarCode module.
Source:

setColumns()

Identifies columns count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of columns must be at least 5.

Default value: -1
Source:

setDotCodeEncodeMode()

Identifies DotCode encode mode.

Default value: Auto.
Source:

setDotCodeStructuredAppendModeBarcodeId()

Identifies the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes count. Default value is -1.

Source:

setDotCodeStructuredAppendModeBarcodesCount()

Identifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35.

Source:

setECIEncoding()

Identifies ECI encoding. Used when DotCodeEncodeMode is AUTO.
Default value: ISO-8859-1

Source:

setReaderInitialization()

Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader.

Default value is false.
Source:

setRows()

Identifies rows count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of rows must be at least 5.

Default value: -1
Source:

toString()

Returns a human-readable string representation of this DotCodeParameters.
Returns:
Type Description
A string that represents this DotCodeParameters.
Source: