Aspose::BarCode::Generation::HanXinParameters class

HanXinParameters class

Han Xin parameters.

class HanXinParameters : public System::Object

Methods

MethodDescription
get_HanXinECIEncoding() constExtended 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.
get_HanXinEncodeMode() constHanXin encoding mode. Default value: HanXinEncodeMode.Mixed.
get_HanXinErrorLevel() constLevel of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see HanXinErrorLevel.
get_HanXinVersion() constVersion of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is HanXinVersion.Auto.
set_HanXinECIEncoding(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 consists all well known charset encodings.
set_HanXinEncodeMode(Aspose::BarCode::Generation::HanXinEncodeMode)HanXin encoding mode. Default value: HanXinEncodeMode.Mixed.
set_HanXinErrorLevel(Aspose::BarCode::Generation::HanXinErrorLevel)Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see HanXinErrorLevel.
set_HanXinVersion(Aspose::BarCode::Generation::HanXinVersion)Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is HanXinVersion.Auto.
ToString() const overrideReturns a human-readable string representation of this HanXinParameters.

See Also