Hi There,
We are attempting to use VPE to print labels to an Eltron Orion
Thermal printer. It works well, to a certain point. To demonstrate,
this is the example code that should be drawing a box 2mm from all
edges of the label.
(The label is 1020 x 1280 (4inch by 5inch))
&& Document created etc
WITH document
.PageWidth = 1020
.PageHeight = 1280
.SetOutRect(0, 0, 1020, 1280)
.Box(20, 20, 1000, 1260)
ENDWITH
The box prints, but is cut off exactly at the 10cm mark of the label
ie,
+------------------+
| |
| |
| |
| |
| |
| |
| |
| |
No bottom!
We believe this is not an issue with the printer driver - if I set up
that page size in Word, enter text all the way to the bottom and
print, the entire label is filled.
Is there some obscure setting I should be using? Any suggestions at
all welcome!