Check the documentation for the printer to determine whether that is possible and if so what escape code is required.
In the Windows API, the quality is controlled via the printer devmode structure, but the devmode can be set only on a page by page basis and some of the devmode settings, such as duplex are used only when the print job is started.
-- Nard Moseley Digital Metaphors www.digital-metaphors.com
Best regards,
Nard Moseley Digital Metaphors www.digital-metaphors.com
Excuse my ignorance but am I printing in text mode from my reports. All the data that is printed is text but with 3 different font sizes no rotation. They are printed from DBText boxes. If I select an in built font will that force the printer to use text mode.
Comments
Check the documentation for the printer to determine whether that is
possible and if so what escape code is required.
In the Windows API, the quality is controlled via the printer devmode
structure, but the devmode can be set only on a page by page basis and some
of the devmode settings, such as duplex are used only when the print job is
started.
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
you can use indeed an escape code if you are printing in text mode and not
graphics to switch to nlq and then back..
data that is printed is text but with 3 different font sizes no rotation.
They are printed from DBText boxes.
If I select an in built font will that force the printer to use text mode.
Thanks in advance
box then turn of "high quality" after printing.