DotCodeParameters

DotCodeParameters class

DotCode parameters.

new DotCodeParameters()

Methods

NameDescription
getAspectRatio()Height/Width ratio of 2D BarCode module.
getColumns()Identifies columns count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number o
getDotCodeEncodeMode() (deprecated)Identifies DotCode encode mode. Default value: Auto.
getDotCodeStructuredAppendModeBarcodeId() (deprecated)Identifies the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes
getDotCodeStructuredAppendModeBarcodesCount() (deprecated)Identifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35.
getECIEncoding()Identifies ECI encoding. Used when DotCodeEncodeMode is AUTO. Default value: ISO-8859-1
getEncodeMode()Identifies DotCode encode mode. Default value: Auto.
getRows()Identifies rows count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of r
getStructuredAppendModeBarcodeId()Identifies the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes
getStructuredAppendModeBarcodesCount()Identifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35.
isReaderInitialization()Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or
setAspectRatio()Height/Width ratio of 2D BarCode module.
setColumns()Identifies columns count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number o
setDotCodeEncodeMode() (deprecated)Identifies DotCode encode mode. Default value: Auto.
setDotCodeStructuredAppendModeBarcodeId() (deprecated)Identifies the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes
setDotCodeStructuredAppendModeBarcodesCount() (deprecated)Identifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35.
setECIEncoding()Identifies ECI encoding. Used when DotCodeEncodeMode is AUTO. Default value: ISO-8859-1
setEncodeMode()Identifies DotCode encode mode. Default value: Auto.
setReaderInitialization()Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or
setRows()Identifies rows count. Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of r
setStructuredAppendModeBarcodeId()Identifies the ID of the DotCode structured append mode barcode. ID starts from 1 and must be less or equal to barcodes
setStructuredAppendModeBarcodesCount()Identifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35.
toString()Returns a human-readable string representation of this DotCodeParameters.

getAspectRatio()

Height/Width ratio of 2D BarCode module.

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

getDotCodeEncodeMode()

Deprecated. See method description for replacement.

Identifies DotCode encode mode. Default value: Auto.

getDotCodeStructuredAppendModeBarcodeId()

Deprecated. See method description for replacement.

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.

getDotCodeStructuredAppendModeBarcodesCount()

Deprecated. See method description for replacement.

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

getECIEncoding()

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

getEncodeMode()

Identifies DotCode encode mode. Default value: Auto.

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

getStructuredAppendModeBarcodeId()

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.

getStructuredAppendModeBarcodesCount()

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

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.

setAspectRatio()

Height/Width ratio of 2D BarCode module.

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

setDotCodeEncodeMode()

Deprecated. See method description for replacement.

Identifies DotCode encode mode. Default value: Auto.

setDotCodeStructuredAppendModeBarcodeId()

Deprecated. See method description for replacement.

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.

setDotCodeStructuredAppendModeBarcodesCount()

Deprecated. See method description for replacement.

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

setECIEncoding()

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

setEncodeMode()

Identifies DotCode encode mode. Default value: Auto.

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.

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

setStructuredAppendModeBarcodeId()

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.

setStructuredAppendModeBarcodesCount()

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

toString()

Returns a human-readable string representation of this DotCodeParameters.

Returns: A string that represents this DotCodeParameters.