Gidi,
You can probably use the same code that writes to the Graphics instance
for the printer, then just adjust either the PageScale or the Transform
property to adjust the scale of the graphics object when you make the same
calls to it (you would adjust the scale so it is .70).

Signature
- Nicholas Paldino [.NET/C# MVP]
- mvp@spam.guard.caspershouse.com
> Hi,
>
[quoted text clipped - 9 lines]
> Thanks,
> Gidi.
Gidi - 03 Oct 2007 18:23 GMT
Thank you Nicholas,
pageScale propery works fine, my problem now, is the drawing is not effected
by it, meaning if i draw a string in positon (0,100), and the next is
(0,200), so now, the 2 strings are drowen one on eachother.
I guess that's why i need the TranslateTransform function, but no matter
what i do, it still keeps drawing one string on the other.
any idea?
Thanks,
Gidi
> Gidi,
>
[quoted text clipped - 16 lines]
> > Thanks,
> > Gidi.