com.aspose.barcode.generation

Class MaxiCodeParameters

  • java.lang.Object
    • com.aspose.barcode.generation.MaxiCodeParameters


  • public class MaxiCodeParameters
    extends java.lang.Object

    MaxiCode parameters.

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      float getAspectRatio()
      Height/Width ratio of 2D BarCode module.
      int getMaxiCodeEncodeMode()
      Gets a MaxiCode encode mode.
      void setAspectRatio(float value)
      Height/Width ratio of 2D BarCode module.
      void setMaxiCodeEncodeMode(int value)
      Sets a MaxiCode encode mode.
      java.lang.String toString()
      Returns a human-readable string representation of this MaxiCodeParameters.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getMaxiCodeEncodeMode

        public int getMaxiCodeEncodeMode()

        Gets a MaxiCode encode mode.

      • setMaxiCodeEncodeMode

        public void setMaxiCodeEncodeMode(int value)

        Sets a MaxiCode encode mode.

      • getAspectRatio

        public float getAspectRatio()

        Height/Width ratio of 2D BarCode module.

      • setAspectRatio

        public void setAspectRatio(float value)

        Height/Width ratio of 2D BarCode module.

      • toString

        public java.lang.String toString()

        Returns a human-readable string representation of this MaxiCodeParameters.

        Overrides:
        toString in class java.lang.Object
        Returns:
        A string that represents this MaxiCodeParameters.