2021.2

Table Of Contents
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).
When black is a composite of CMYK or RGB values, it may incur a color click charge on some
printers. Check the Output in Grayscale option to make sure that pure black is used.
Output format
Defines how the barcode is output on the page. There are two possible formats:
l SVG: Vector format. This is usually of higher quality, but may take longer to generate and
is not compatible with Email output.
l PNG: Binary rasterized format. This has a slightly lower quality than SVG but is usually
generated faster and will display properly in Email output.
Boxes
Boxes are elements that are used to surround other elements, either to style them, to find them,
or to place them in specific locations.
Tip
Wrapping elements in a box (or in a semantic HTML element) makes it easier to target
them in a script or in a style sheet. Place the cursor in the element or select multiple
elements. Then, on the menu, click Insert > Wrap in Box. You can now use the wrapper
element as a script's or style's selector; see "Using the Text Script Wizard" on
page808 and "Styling and formatting" on page745.
Tip
With the Copy fit feature, text can automatically be scaled to the available space in a Box
or Div. See "Copy Fit" on page762.
Page 696