Class HanXinParametersUI

HanXinParametersUI class

UI wrapper for HanXinParameters class.

public class HanXinParametersUI

Properties

NameDescription
HanXinECIEncoding { get; set; }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 { get; set; }HanXin symbology type of BarCode’s encoding mode. Default value: HanXinEncodeMode.Auto.
HanXinErrorLevel { get; set; }Level of Reed-Solomon error correction for HanXin barcode. From low to high: L1 - L4. see HanXinErrorLevel.
HanXinVersion { get; set; }Version of HanXin Code. From Version01 to Version84 for HanXin code. Default value is HanXinVersion.Auto.

Methods

NameDescription
override ToString()Returns a human-readable string representation of this HanXinParameters.

See Also