|
QR CodeA QR Code is one of the types of barcodes that can be added to a template; see Barcode. The barcode can be added either using the Barcode toolbar button or through selecting Insert > Barcode on the menu; see Adding a Barcode. Initially the barcode will have the barcode type's default properties. To change those properties, such as the scale and color, open the Barcode properties dialog: right-click the barcode (on the Design tab in the Workspace) and select the barcode type on the shortcut menu. Instead of using the Script wizard (see Adding a Barcode) you could write your own script to get the data for the QR Code; see this how-to: QR Codes in Designer. Barcode propertiesThis topic lists the properties of the QR barcode. For the properties of other barcode types, see Barcode type and properties. Module sizeEnter the size of the square modules in pixels. Auto configureWhen this option is checked, the barcode generator overwrites the selected Preferred version (see below) and defines the barcode version based on the supplied data. Preferred versionThere are 40 sizes of QR codes. Select the preferred version for the QR code. EncodingThis option defines the encoding of the barcode. When Auto is selected, the barcode generator determines the encoding based on the supplied string. The other options are:
Extended Channel Interpretation (ECI)This setting enables data using character sets other than the default set. Select Latin-1, Shift JIS or UTF-8, or select None to disable extended channel interpretation. Correction levelPart of the robustness of QR codes in the physical environment is their ability to sustain 'damage' and continue to function even when a part of the QR code image is obscured, defaced or removed. A higher correction level duplicates data within the QR Code to that effect, making it larger. FNCUse the drop-down to either disable FNC or select a FNC option:
ScaleDefines if and how the rendered barcode is scaled in relation to the parent element:
ColorThe Color property allows you to choose a different Barcode color (instead of black) and Background color (instead of white), by typing a hexadecimal color value (see for example w3school's color picker). Output format
Barcode DataQR Codes can have many different types of data, which determines how the code will be generated. On top of just straightforward data, special data structures are used to trigger actions on the device that reads them. This can include contact cards, phone numbers, URLs, emails, etc. To learn more about the specifications of the different QR code types, see the ZXing Project barcode contents page. |
|