Class AztecParametersUI

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

public class AztecParametersUI extends Object
UI wrapper for AztecParameters class
  • Method Details

    • getAztecErrorLevel

      @Deprecated public int getAztecErrorLevel()
      Deprecated.
      Level of error correction of Aztec types of barcode. Value should between 10 and 95.
    • setAztecErrorLevel

      @Deprecated public void setAztecErrorLevel(int value)
      Deprecated.
      Level of error correction of Aztec types of barcode. Value should between 10 and 95.
    • getErrorLevel

      public int getErrorLevel()
      Level of error correction of Aztec types of barcode. Value should between 10 and 95.
    • setErrorLevel

      public void setErrorLevel(int value)
      Level of error correction of Aztec types of barcode. Value should between 10 and 95.
    • getAztecSymbolMode

      @Deprecated public AztecSymbolMode getAztecSymbolMode()
      Deprecated.
      Gets a Aztec Symbol mode.
    • setAztecSymbolMode

      @Deprecated public void setAztecSymbolMode(AztecSymbolMode value)
      Deprecated.
      Sets a Aztec Symbol mode.
    • getSymbolMode

      public AztecSymbolMode getSymbolMode()
      Gets a Aztec Symbol mode.
    • setSymbolMode

      public void setSymbolMode(AztecSymbolMode value)
      Sets a Aztec Symbol 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.
    • getEncodeMode

      public final com.aspose.barcode.generation.AztecEncodeMode getEncodeMode()

      Gets a Aztec encode mode. Default value: Auto.

      Returns:
      a Aztec encode mode.
    • setEncodeMode

      public final void setEncodeMode(com.aspose.barcode.generation.AztecEncodeMode value)

      Sets a Aztec encode mode. Default value: Auto.

      Parameters:
      value - a Aztec encode mode.
    • getAztecEncodeMode

      @Deprecated public final com.aspose.barcode.generation.AztecEncodeMode getAztecEncodeMode()
      Deprecated.
      Use EncodeMode instead

      Gets a Aztec encode mode. Default value: Auto.

      Returns:
      a Aztec encode mode.
    • setAztecEncodeMode

      @Deprecated public final void setAztecEncodeMode(com.aspose.barcode.generation.AztecEncodeMode value)
      Deprecated.
      Use EncodeMode instead

      Sets a Aztec encode mode. Default value: Auto.

      Parameters:
      value - a Aztec encode mode.
    • getECIEncoding

      public final int getECIEncoding()

      Gets ECI encoding. Used when AztecEncodeMode is Auto. Default value: ISO-8859-1

      Returns:
      ECI encoding.
    • setECIEncoding

      public final void setECIEncoding(int value)

      Sets ECI encoding. Used when AztecEncodeMode is Auto. Default value: ISO-8859-1

      Parameters:
      value - ECI encoding.
    • getStructuredAppendBarcodeId

      public final int getStructuredAppendBarcodeId()

      Barcode ID for Structured Append mode of Aztec barcode. Barcode ID should be in range from 1 to barcodes count. Default value: 0

    • setStructuredAppendBarcodeId

      public final void setStructuredAppendBarcodeId(int value)

      Barcode ID for Structured Append mode of Aztec barcode. Barcode ID should be in range from 1 to barcodes count. Default value: 0

    • getStructuredAppendBarcodesCount

      public final int getStructuredAppendBarcodesCount()

      Barcodes count for Structured Append mode of Aztec barcode. Barcodes count should be in range from 1 to 26. Default value: 0

    • setStructuredAppendBarcodesCount

      public final void setStructuredAppendBarcodesCount(int value)

      Barcodes count for Structured Append mode of Aztec barcode. Barcodes count should be in range from 1 to 26. Default value: 0

    • getStructuredAppendFileId

      public final String getStructuredAppendFileId()

      File ID for Structured Append mode of Aztec barcode (optional field). File ID should not contain spaces. Default value: empty string

    • setStructuredAppendFileId

      public final void setStructuredAppendFileId(String value)

      File ID for Structured Append mode of Aztec barcode (optional field). File ID should not contain spaces. Default value: empty string

    • getLayersCount

      public final int getLayersCount()

      Gets layers count of Aztec symbol. Layers count should be in range from 1 to 3 for Compact mode and in range from 1 to 32 for Full Range mode. Default value: 0 (auto).

      Returns:
      layers count of Aztec symbol.
    • setLayersCount

      public final void setLayersCount(int value)

      Sets layers count of Aztec symbol. Layers count should be in range from 1 to 3 for Compact mode and in range from 1 to 32 for Full Range mode. Default value: 0 (auto).

      Parameters:
      value - layers count of Aztec symbol.
    • isReaderInitialization

      public final boolean isReaderInitialization()

      Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization.

    • setReaderInitialization

      public final void setReaderInitialization(boolean value)

      Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization.

    • toString

      public String toString()

      Returns a human-readable string representation of this AztecParameters.

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