HanXinParameters
HanXinParameters class
Namespace: Aspose.Barcode.Generation
Han Xin parameters.
Constructors
| Name | Description |
|---|---|
| __construct |
Properties
| Name | Read/Write | Description |
|---|---|---|
| ECIEncoding | Read/Write | Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation contains all well known charset encodings. |
| EncodeMode | Read/Write | HanXin encoding mode. Default value: EncodeMode.Mixed. |
| ErrorLevel | Read/Write | Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see ErrorLevel. |
| HanXinECIEncoding | Read/Write | Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation consists all well known charset encodings. |
| HanXinEncodeMode | Read/Write | HanXin encoding mode. Default value: HanXinEncodeMode::Mixed. |
| HanXinErrorLevel | Read/Write | Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see HanXinErrorLevel. |
| HanXinVersion | Read/Write | Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is HanXinVersion.Auto. |
| Version | Read/Write | Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is Version.Auto. |
HanXinParameters__construct(HanXinParametersDTO $hanXinParametersDto)
| Parameter | Type | Description |
|---|---|---|
$hanXinParametersDto | HanXinParametersDTO |
ECIEncoding
Access: Read/Write
Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation contains all well known charset encodings.
Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation contains all well known charset encodings.
| Parameter | Type | Description |
|---|---|---|
$value | int |
EncodeMode
Access: Read/Write
HanXin encoding mode. Default value: EncodeMode.Mixed.
HanXin encoding mode. Default value: EncodeMode.Mixed.
| Parameter | Type | Description |
|---|---|---|
$value | int |
ErrorLevel
Access: Read/Write
Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see ErrorLevel.
Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see ErrorLevel.
| Parameter | Type | Description |
|---|---|---|
$value | int |
HanXinECIEncoding
Access: Read/Write
Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation consists all well known charset encodings.
Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation consists all well known charset encodings.
| Parameter | Type | Description |
|---|---|---|
$value | int |
HanXinEncodeMode
Access: Read/Write
HanXin encoding mode. Default value: HanXinEncodeMode::Mixed.
HanXin encoding mode. Default value: HanXinEncodeMode::Mixed.
| Parameter | Type | Description |
|---|---|---|
$value | int |
HanXinErrorLevel
Access: Read/Write
Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see HanXinErrorLevel.
Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see HanXinErrorLevel.
| Parameter | Type | Description |
|---|---|---|
$value | int |
HanXinVersion
Access: Read/Write
Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is HanXinVersion.Auto.
Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is HanXinVersion.Auto.
| Parameter | Type | Description |
|---|---|---|
$value | int |
Version
Access: Read/Write
Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is Version.Auto.
Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is Version.Auto.
| Parameter | Type | Description |
|---|---|---|
$value | int |