DotCodeExtendedParameters
DotCodeExtendedParameters class
Namespace: Aspose.Barcode.Recognition
Stores special data of DotCode recognized barcode
Constructors
| Name | Description |
|---|---|
| __construct |
Methods
| Name | Static | Description |
|---|---|---|
| isReaderInitialization | No | 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. |
Properties
| Name | Read/Write | Description |
|---|---|---|
| DotCodeIsReaderInitialization | Read-only | 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. |
| DotCodeStructuredAppendModeBarcodeId | Read-only | Gets 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. Value: The ID of the DotCode structured append mode barcode. |
| DotCodeStructuredAppendModeBarcodesCount | Read-only | Gets the DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. Value: The count of the DotCode structured append mode barcode. |
| StructuredAppendModeBarcodeId | Read-only | Gets 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. Value: The ID of the DotCode structured append mode barcode. |
| StructuredAppendModeBarcodesCount | Read-only | Gets the DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. Value: The count of the DotCode structured append mode barcode. |
DotCodeExtendedParameters__construct(DotCodeExtendedParametersDTO $dotCodeExtendedParametersDTO)
| Parameter | Type | Description |
|---|---|---|
$dotCodeExtendedParametersDTO | DotCodeExtendedParametersDTO |
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.
DotCodeIsReaderInitialization
Access: Read-only
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.
DotCodeStructuredAppendModeBarcodeId
Access: Read-only
Gets 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. Value: The ID of the DotCode structured append mode barcode.
DotCodeStructuredAppendModeBarcodesCount
Access: Read-only
Gets the DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. Value: The count of the DotCode structured append mode barcode.
StructuredAppendModeBarcodeId
Access: Read-only
Returns: the ID of the DotCode structured append mode barcode.
Gets 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. Value: The ID of the DotCode structured append mode barcode.
StructuredAppendModeBarcodesCount
Access: Read-only
Returns: the DotCode structured append mode barcodes count.
Gets the DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. Value: The count of the DotCode structured append mode barcode.