2019.1

Table Of Contents
Encoding
Use the drop-down to select the encoding type:
l
Normal can encode any character but is not very efficient for encoding binary values
(above 128).
l
Binary is to be used only if the data contains many bytes/characters above 128.
Error Correction Level
This option reserves a percentage of the symbol capacity for error correction. The
recommended percentage for this type of barcode is 23.
Rune
When set to a value between 0 and 255, an Aztec Rune corresponding to the selected value is
created. Set the Rune to -1 to disable this feature.
Scale
Defines if and how the rendered barcode is scaled in relation to the parent element:
l
None: The barcode is rendered based on the module width.
l
Fit to box: The barcode is stretched to fit the parent box in both width and height.
l
Proportionally: The barcode is stretched up to where it fits either the width or height of
the parent box, whichever requires the less stretching.
Tilde processing
Check this option to process tilde characters in the data as special characters. (See the
Java4less Barcodes Guide to learn what the tilde character can be used for.)
Note that with this option checked, any tilde that needs to be included in the output must be
escaped by adding another tilde: ~~.
Color
The Color group 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).
Page 621