HanXinParameters
Contents
[
Hide
]HanXinParameters class
Han Xin parameters.
new HanXinParameters()
Methods
| Name | Description |
|---|---|
| getECIEncoding() | Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for |
| getEncodeMode() | HanXin encoding mode. Default value: EncodeMode.Mixed. |
| getErrorLevel() | Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see ErrorLevel. |
| getHanXinECIEncoding() | Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for |
| getHanXinEncodeMode() | HanXin encoding mode. Default value: HanXinEncodeMode.Mixed. |
| getHanXinErrorLevel() | Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see HanXinErrorLevel. |
| getHanXinVersion() | Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is HanXinVersion.Auto. |
| getVersion() | Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is Version.Auto. |
| setECIEncoding() | Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for |
| setEncodeMode() | HanXin encoding mode. Default value: EncodeMode.Mixed. |
| setErrorLevel() | Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see ErrorLevel. |
| setHanXinECIEncoding() | Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for |
| setHanXinEncodeMode() | HanXin encoding mode. Default value: HanXinEncodeMode.Mixed. |
| setHanXinErrorLevel() | Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see HanXinErrorLevel. |
| setHanXinVersion() | Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is HanXinVersion.Auto. |
| setVersion() | Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is Version.Auto. |
| toString() | Returns a human-readable string representation of this HanXinParameters. |