DotCodeParameters

DotCodeParameters class

Namespace: Aspose.Barcode.Generation

DotCode parameters.

Constructors

NameDescription
__construct

Methods

NameStaticDescription
isReaderInitializationNoIndicates 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.
setReaderInitializationNoIndicates 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.

Properties

NameRead/WriteDescription
AspectRatioRead/WriteHeight/Width ratio of 2D BarCode module.
ColumnsRead/WriteIdentifies 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
DotCodeEncodeModeRead/WriteIdentifies DotCode encode mode. Default value: Auto.
DotCodeStructuredAppendModeBarcodeIdRead/WriteIdentifies 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.
DotCodeStructuredAppendModeBarcodesCountRead/WriteIdentifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35.
ECIEncodingRead/WriteIdentifies ECI encoding. Used when DotCodeEncodeMode is Auto. Default value: ISO-8859-1
EncodeModeRead/WriteIdentifies DotCode encode mode. Default value: Auto.
RowsRead/WriteIdentifies 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
StructuredAppendModeBarcodeIdRead/WriteIdentifies 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.
StructuredAppendModeBarcodesCountRead/WriteIdentifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35.

DotCodeParameters__construct(DotCodeParametersDTO $dotCodeParametersDto)

ParameterTypeDescription
$dotCodeParametersDtoDotCodeParametersDTO

isReaderInitializationisReaderInitialization()

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.

setReaderInitializationsetReaderInitialization(bool $value)

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.

ParameterTypeDescription
$valuebool

AspectRatio

Access: Read/Write

Height/Width ratio of 2D BarCode module.

Height/Width ratio of 2D BarCode module.

ParameterTypeDescription
$valuefloat

Columns

Access: Read/Write

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

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

ParameterTypeDescription
$valueint

DotCodeEncodeMode

Access: Read/Write

Identifies DotCode encode mode. Default value: Auto.

Identifies DotCode encode mode. Default value: Auto.

ParameterTypeDescription
$valueint

DotCodeStructuredAppendModeBarcodeId

Access: Read/Write

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.

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.

ParameterTypeDescription
$valueint

DotCodeStructuredAppendModeBarcodesCount

Access: Read/Write

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

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

ParameterTypeDescription
$valueint

ECIEncoding

Access: Read/Write

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

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

ParameterTypeDescription
$valueint

EncodeMode

Access: Read/Write

Identifies DotCode encode mode. Default value: Auto.

Identifies DotCode encode mode. Default value: Auto.

ParameterTypeDescription
$valueint

Rows

Access: Read/Write

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

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

ParameterTypeDescription
$valueint

StructuredAppendModeBarcodeId

Access: Read/Write

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.

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.

ParameterTypeDescription
$valueint

StructuredAppendModeBarcodesCount

Access: Read/Write

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

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

ParameterTypeDescription
$valueint