Class AztecCode

java.lang.Object
com.stimulsoft.report.barCodes.aztec.AztecCode

public class AztecCode extends Object
Copyright Stimulsoft
  • Field Details

    • IsCompact

      public boolean IsCompact
    • Size

      public int Size
    • Layers

      public int Layers
    • CodeWords

      public int CodeWords
    • Matrix

      public BitMatrix Matrix
  • Constructor Details

    • AztecCode

      public AztecCode(boolean isCompact, int size, int layers, int codeWords, BitMatrix matrix)
      Parameters:
      isCompact -
      size -
      layers -
      codeWords -
      matrix -