DotCodeParameters

DotCodeParameters class

DotCode parameters.

public class DotCodeParameters : joint.BaseJavaClass

Constructors

NameDescription
DotCodeParameters(object)Initializes a new instance of the DotCodeParameters class.

Methods

NameDescription
getAspectRatioHeight/Width ratio of 2D BarCode module.
getColumnsIdentifies 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.
getDotCodeEncodeModeIdentifies DotCode encode mode. Default value: Auto.
getDotCodeStructuredAppendModeBarcodeIdIdentifies 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.
getDotCodeStructuredAppendModeBarcodesCountIdentifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35.
getECIEncodingIdentifies ECI encoding. Used when DotCodeEncodeMode is AUTO.
getEncodeModeIdentifies DotCode encode mode. Default value: Auto.
getRowsIdentifies 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.
getStructuredAppendModeBarcodeIdIdentifies 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.
getStructuredAppendModeBarcodesCountIdentifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35.
init
isReaderInitializationIndicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader.
setAspectRatio(object)Height/Width ratio of 2D BarCode module.
setColumns(object)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.
setDotCodeEncodeMode(object)Identifies DotCode encode mode.
setDotCodeStructuredAppendModeBarcodeId(object)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(object)Identifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35.
setECIEncoding(object)Identifies ECI encoding. Used when DotCodeEncodeMode is AUTO. Default value: ISO-8859-1.
setEncodeMode(object)Identifies DotCode encode mode. Default value: Auto.
setReaderInitialization(object)Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader.
setRows(object)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.
setStructuredAppendModeBarcodeId(object)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(object)Identifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35.
toStringReturns a human-readable string representation of this DotCodeParameters.

See Also