Class HanXinParametersUI

java.lang.Object
com.aspose.barcode.component.HanXinParametersUI

public class HanXinParametersUI extends Object
  • Method Details

    • getECIEncoding

      public final int getECIEncoding()

      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.

    • setECIEncoding

      public final void setECIEncoding(int value)

      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.

    • getHanXinECIEncoding

      @Deprecated public final int getHanXinECIEncoding()
      Deprecated.
      Use ECIEncoding instead

      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.

    • setHanXinECIEncoding

      @Deprecated public final void setHanXinECIEncoding(int value)
      Deprecated.
      Use ECIEncoding instead

      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.

    • getEncodeMode

      public final HanXinEncodeMode getEncodeMode()

      HanXin symbology type of BarCode's encoding mode. Default value: EncodeMode.Auto.

    • setEncodeMode

      public final void setEncodeMode(HanXinEncodeMode value)

      HanXin symbology type of BarCode's encoding mode. Default value: EncodeMode.Auto.

    • getHanXinEncodeMode

      @Deprecated public final HanXinEncodeMode getHanXinEncodeMode()
      Deprecated.
      Use EncodeMode instead

      HanXin symbology type of BarCode's encoding mode. Default value: EncodeMode.Auto.

    • setHanXinEncodeMode

      @Deprecated public final void setHanXinEncodeMode(HanXinEncodeMode value)
      Deprecated.
      Use EncodeMode instead

      HanXin symbology type of BarCode's encoding mode. Default value: EncodeMode.Auto.

    • getErrorLevel

      public final HanXinErrorLevel getErrorLevel()

      Level of Reed-Solomon error correction for HanXin barcode. From low to high: L1 - L4. see ErrorLevel.

    • setErrorLevel

      public final void setErrorLevel(HanXinErrorLevel value)

      Level of Reed-Solomon error correction for HanXin barcode. From low to high: L1 - L4. see ErrorLevel.

    • getHanXinErrorLevel

      @Deprecated public final HanXinErrorLevel getHanXinErrorLevel()
      Deprecated.
      Use ErrorLevel instead

      Level of Reed-Solomon error correction for HanXin barcode. From low to high: L1 - L4. see ErrorLevel.

    • setHanXinErrorLevel

      @Deprecated public final void setHanXinErrorLevel(HanXinErrorLevel value)
      Deprecated.
      Use ErrorLevel instead

      Level of Reed-Solomon error correction for HanXin barcode. From low to high: L1 - L4. see ErrorLevel.

    • getVersion

      public final HanXinVersion getVersion()

      Version of HanXin Code. From Version01 to Version84 for HanXin code. Default value is Version.Auto.

    • setVersion

      public final void setVersion(HanXinVersion value)

      Version of HanXin Code. From Version01 to Version84 for HanXin code. Default value is Version.Auto.

    • getHanXinVersion

      @Deprecated public final HanXinVersion getHanXinVersion()
      Deprecated.
      Use Version instead

      Version of HanXin Code. From Version01 to Version84 for HanXin code. Default value is Version.Auto.

    • setHanXinVersion

      @Deprecated public final void setHanXinVersion(HanXinVersion value)
      Deprecated.
      Use Version instead

      Version of HanXin Code. From Version01 to Version84 for HanXin code. Default value is Version.Auto.

    • toString

      public String toString()

      Returns a human-readable string representation of this HanXinParameters.

      Overrides:
      toString in class Object
      Returns:
      A string that represents this HanXinParameters.