DotCodeParameters
Contents
[
Hide
]DotCodeParameters class
Namespace: Aspose.Barcode.Generation
DotCode parameters.
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. |
| setReaderInitialization | 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 |
|---|---|---|
| AspectRatio | Read/Write | Height/Width ratio of 2D BarCode module. |
| Columns | 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 |
| DotCodeEncodeMode | Read/Write | Identifies DotCode encode mode. Default value: Auto. |
| DotCodeStructuredAppendModeBarcodeId | 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. |
| DotCodeStructuredAppendModeBarcodesCount | Read/Write | Identifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. |
| ECIEncoding | Read/Write | Identifies ECI encoding. Used when DotCodeEncodeMode is Auto. Default value: ISO-8859-1 |
| EncodeMode | Read/Write | Identifies DotCode encode mode. Default value: Auto. |
| Rows | 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 |
| StructuredAppendModeBarcodeId | 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. |
| StructuredAppendModeBarcodesCount | Read/Write | Identifies DotCode structured append mode barcodes count. Default value is -1. Count must be a value from 1 to 35. |