Defining the line thickness tag (required), Defining the drawmode tag (optional), Defining the linecolor tag (optional) – Avery Dennison Pathfinder 6057 LNT Programmer Manual using XML User Manual
Page 36: Defining the fillcolor tag (optional)
3-16 LNT Programmer’s Manual
Defining the Line Thickness Tag (Required)
The LineThickness tag defines the thickness of the box’s lines.
Valid values include: An integer or float (in selected units).
It contains the following attribute: units.
Syntax
units
Unit of measure. Options:
Inches
Inches
MM
Millimeters
Pi xels
Pi xels (default)
Example
Defines the box’s lines as 0.05 inches thick.
Defining the DrawMode Tag (Optional)
The DrawMode tag specifies the transparency of the bounding box.
Valid values include: Transparent, Opaque, and XOR. The default is Transparent.
Transparent
The bounding box does not block out (or “erase”) existing fields except
where data appears in the bounding box.
Opaque
The bounding box blocks out (“erases”) existing fields below it.
XOR
The data in the bounding box appears inverted (white image on a black
background).
Syntax
Example
Sets the box field’s DrawMode to opaque, which erases any other fields on the label with the
same coordinates.
Defining the LineColor Tag (Optional)
The LineColor tag sets the line’s color to black or white.
Valid values include: Black, W hite, or hex encoded RGB value in the format #RRGGBB. The
only valid hex values are #FFFFFF (white) and #000000 (black). The default is Black.
Syntax
Example
Sets the line’s color to black.
Defining the FillColor Tag (Optional)
The FillColor tag sets the fill color for the box to black or white.
Valid values include: Black, W hite, or hex encoded RGB value in the format #RRGGBB. The
only valid hex values are #FFFFFF (white) and #000000 (black). The default is Black.
Syntax
Example
Sets the box’s fill color to black.