| View previous topic :: View next topic |
| Author |
Message |
khovorka Member
Joined: 08 Oct 2004 Posts: 1
|
Posted: 08/10/04 17:14 Post subject: Printed resolution not working for me and other questions. |
|
|
Hello,
It was great to find the TPrintPreview component. It looks very good.
I have attempted to use it with varying degrees of success and with
other issues that perhaps someone here can help me figure out.
I am writing a genealogy programming for myself and have to have
large format page sizes. I have paper for a HP 500 Plotter and it
is 42 inches wide on a 150 foot roll.
I have printed a page that has a 42 inch width X 40 inch height.
The issue with the print is to much pixelation or perhaps TPrintPreview
can not determine the maximum resolution of the plotter which is
1200 dpi.
If I can get the text and lines to look crisp and clear I would be most
gratefule. I would appear that the resolution being used is less than 50 dpi.
Also It would be great if the page size could be greater the an integer
value of 32767. I really would love to plot to the whole 150 foot roll which
would be equal to a value of 172800.
Also, are there any plans for a zoom in and out using the mouse being
built into the component. I am also having some problems with zooming
working.
Thanks for attention to these questions. _________________ Kim Hovorka
kimhovorka@yahoo.com |
|
| Back to top |
|
 |
Kambiz Administrator
Joined: 07 Mar 2003 Posts: 502 Location: Tehran, Iran
|
Posted: 21/10/04 18:00 Post subject: |
|
|
Did you try to print when the FastPrint property is True? This may improve the print quality.
Regarding your second question, that's the Windows limitation. For your case, you can use mmLoEnglish (1/10") for the mapping mode (Units) to express the paper size. |
|
| Back to top |
|
 |
|