Aspose::BarCode::Generation::HanXinParameters class
Contents
[
Hide
]HanXinParameters class
Han Xin parameters.
class HanXinParameters : public System::Object
Methods
| Method | Description |
|---|---|
| get_ECIEncoding() const | 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. |
| get_EncodeMode() const | HanXin encoding mode. Default value: EncodeMode.Mixed. |
| get_ErrorLevel() const | Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see ErrorLevel. |
| get_HanXinECIEncoding() | 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. |
| get_HanXinEncodeMode() | HanXin encoding mode. Default value: EncodeMode.Mixed. |
| get_HanXinErrorLevel() | Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see ErrorLevel. |
| get_HanXinVersion() | Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is Version.Auto. |
| get_Version() const | Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is Version.Auto. |
| set_ECIEncoding(ECIEncodings) | 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. |
| set_EncodeMode(Aspose::BarCode::Generation::HanXinEncodeMode) | HanXin encoding mode. Default value: EncodeMode.Mixed. |
| set_ErrorLevel(Aspose::BarCode::Generation::HanXinErrorLevel) | Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see ErrorLevel. |
| set_Version(Aspose::BarCode::Generation::HanXinVersion) | Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is Version.Auto. |
| ToString() const override | Returns a human-readable string representation of this HanXinParameters. |
See Also
- Namespace Aspose::BarCode::Generation
- Library Aspose.BarCode for C++