iText 9.0.0 API
iText.Barcodes.Qrcode Namespace Reference

Classes

class   ByteMatrix
  A class which wraps a 2D array of bytes. More...
 
class   ECB
  Encapsualtes the parameters for one error-correction block in one symbol version. More...
 
class   ECBlocks
  Encapsulates a set of error-correction blocks in one symbol version. More...
 
class   EncodeHintType
  These are a set of hints that you may pass to Writers to specify their behavior. More...
 
class   ErrorCorrectionLevel
  See ISO 18004:2006, 6.5.1. More...
 
class   QRCodeWriter
  This object renders a QR Code as a ByteMatrix 2D array of greyscale values. More...
 

Functions

ByteArray  GetDataBytes ()
 
Returns
data block of the pair

 
ByteArray  GetErrorCorrectionBytes ()
 
Returns
error correction block of the pair

 
override int  GetHashCode ()
 
Returns
the hashcode of the QR-code format information

 
override bool  Equals (Object o)
  Compares the Format Information of this and o More...
 
override String  ToString ()
 
Returns
String representation of the Galois Field polynomial.
More...
 

Function Documentation

◆ Equals()

override bool iText.Barcodes.Qrcode.Equals ( Object  o )

Compares the Format Information of this and o

Parameters
o object to compare to
Returns
True if o is a FormatInformationObject and the error-correction level and the datamask are equal, false otherwise

◆ ToString()

override String iText.Barcodes.Qrcode.ToString ( )

Returns
String representation of the Galois Field polynomial.

Returns
The version number as a string