BarCodeWiz Logo

QR Code


Description

QR Code is a high density 2D Symbology capable of encoding up to 7089 characters in a single barcode.

QR Code barcodes are often created for the purpose of scanning with mobile phones from a distance. This requires the barcode to be larger. To increase barcode size, increase the XDimension property.


BarCodeWiz ActiveX Specific

  • Control characters, such as TAB or NEW LINE, may be encoded by entering their three digit ASCII code prefixed by a caret (^). For instance, 1234^009 will encode 1234 followed by a tab character (ASCII 009).
  • To encode FNC1, enter: ^F1
  • To encode the actual caret character: ^, escape it by entering it twice: ^^. For example, to encode ABC^DEF, enter: ABC^^DEF