iText 8.0.3 API
iText.Barcodes.Qrcode Namespace Reference

Classes

class   BitArray
  A simple, fast array of bits, represented compactly by an array of ints internally.
 
class   BitMatrix
  Represents a 2D matrix of bits.
 
class   BitVector
  JAVAPORT: This should be combined with BitArray in the future, although that class is not yet dynamically resizeable.
 
class   BlockPair
  Helper class that groups a block of databytes with its corresponding block of error correction block
 
class   ByteArray
  This class implements an array of unsigned bytes.
 
class   ByteMatrix
  A class which wraps a 2D array of bytes. More...
 
class   CharacterSetECI
  Encapsulates a Character Set ECI, according to "Extended Channel Interpretations" 5.3.1.1 of ISO 18004.
 
class   EncodeHintType
  These are a set of hints that you may pass to Writers to specify their behavior. More...
 
class   Encoder
 
class   ErrorCorrectionLevel
  See ISO 18004:2006, 6.5.1. More...
 
class   FormatInformation
  Encapsulates a QR Code's format information, including the data mask used and error correction level.
 
class   GF256
  This class contains utility methods for performing mathematical operations over the Galois Field GF(256).
 
class   GF256Poly
  Represents a polynomial whose coefficients are elements of GF(256).
 
class   MaskUtil
 
class   MatrixUtil
 
class   Mode
  See ISO 18004:2006, 6.4.1, Tables 2 and 3.
 
class   QRCode
  A QR code (short for "quick-response code") is a type of two-dimensional matrix barcode, invented in 1994, by Japanese company Denso Wave for labelling automobile parts.[1][2] A barcode is a machine-readable optical image that contains information specific to the labelled item.
 
class   QRCodeWriter
  This object renders a QR Code as a ByteMatrix 2D array of greyscale values. More...
 
class   ReedSolomonEncoder
  Implements Reed-Solomon encoding, as the name implies.
 
class   Version
  See ISO 18004:2006 Annex D.