C
Chris H. Huang
Hi,
When I was testing the UniDriver.
I setup Master Unit for 600, 600.
For Letter size, the printable area will be around (4800, 6420).
Two option for resolution, 300x300 DPI300, 300) and 600x600 DPI600,
600).
Checking the output of print file.
for 600x600, ABS cursor X move up to 4700, which is expected.
But when I select 300x300, ABS cursor X still move up to 4700. I would
expect the GDI driver will take care the resolution issue and
ABS cursor X can only move up to half of the maximum of printable width.
The output file size of 300x300 is much less than 600x600 though.
Can anybody shed some light on how the GDI resolution is affecting the
cursor movement? Do I have to recalculate the Cursor movement with
resolution info every time?
Thanks
Chris
When I was testing the UniDriver.
I setup Master Unit for 600, 600.
For Letter size, the printable area will be around (4800, 6420).
Two option for resolution, 300x300 DPI300, 300) and 600x600 DPI600,
600).
Checking the output of print file.
for 600x600, ABS cursor X move up to 4700, which is expected.
But when I select 300x300, ABS cursor X still move up to 4700. I would
expect the GDI driver will take care the resolution issue and
ABS cursor X can only move up to half of the maximum of printable width.
The output file size of 300x300 is much less than 600x600 though.
Can anybody shed some light on how the GDI resolution is affecting the
cursor movement? Do I have to recalculate the Cursor movement with
resolution info every time?
Thanks
Chris