Class HanXinParameters
Namespace: Aspose.BarCode.Generation
Assembly: Aspose.BarCode.dll (25.2.0)
Han Xin parameters.
[XmlSerialization(Name = "Aspose.BarCode.Reader.Properties.BarcodeParameters.HanXinParameters")]
public class HanXinParameters
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
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 consists all well known charset encodings.
[XmlSerialization(Type = XmlSerializationType.Element)]
public ECIEncodings HanXinECIEncoding { get; set; }
Property Value
HanXinEncodeMode
HanXin encoding mode. Default value: HanXinEncodeMode.Mixed.
[XmlSerialization(Type = XmlSerializationType.Element)]
public HanXinEncodeMode HanXinEncodeMode { get; set; }
Property Value
HanXinErrorLevel
Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see HanXinErrorLevel.
[XmlSerialization(Type = XmlSerializationType.Element)]
public HanXinErrorLevel HanXinErrorLevel { get; set; }
Property Value
HanXinVersion
Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is HanXinVersion.Auto.
[XmlSerialization(Type = XmlSerializationType.Element)]
public HanXinVersion HanXinVersion { get; set; }
Property Value
Methods
ToString()
Returns a human-readable string representation of this Aspose.BarCode.Generation.HanXinParameters.
public override string ToString()
Returns
A string that represents this Aspose.BarCode.Generation.HanXinParameters.