Class HanXinParameters

java.lang.Object
com.aspose.barcode.generation.HanXinParameters

public class HanXinParameters extends Object

Han Xin parameters.

  • Method Details

    • getVersion

      public final HanXinVersion getVersion()

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

    • setVersion

      public final void setVersion(HanXinVersion value)

      Version of HanXin Code. From Version01 to Version84 for Han Xin 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 Han Xin code. Default value is Version.Auto.

    • getErrorLevel

      public final HanXinErrorLevel getErrorLevel()

      Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see ErrorLevel.

    • setErrorLevel

      public final void setErrorLevel(HanXinErrorLevel value)

      Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see ErrorLevel.

    • getHanXinErrorLevel

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

      Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see ErrorLevel.

    • getEncodeMode

      public final HanXinEncodeMode getEncodeMode()

      HanXin encoding mode. Default value: EncodeMode.Mixed.

    • setEncodeMode

      public final void setEncodeMode(HanXinEncodeMode value)

      HanXin encoding mode. Default value: EncodeMode.Mixed.

    • getHanXinEncodeMode

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

      HanXin encoding mode. Default value: EncodeMode.Mixed.

    • 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 contains 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 contains 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 contains all well known charset encodings.

    • 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.