DrawToBitmap

Discuss and ask questions about CAD .NET library.

Moderators: SDS, support, admin

Post Reply
michael
Posts: 13
Joined: 28 Mar 2007, 23:37
Location: USA

DrawToBitmap

Post by michael » 17 Apr 2007, 01:39

When using the

private void Document_PrintPage(object sender, PrintPageEventArgs e)
{
<div align="left"> if (_cadImage != null) // this is CADImage object
{
_cadImage.Draw( e.Graphics, _rectCadImage );
}</div id="left"> }

I can get the lines and graphical aspects of the drawing to print correctly, but the text does not seem to resize with the drawing. If anything it gets signifigantly smaller.

On screen, the CADImage appears to render correctly, drawing the CADImage object to a printer does not. Any ideas?

support
Posts: 3272
Joined: 30 Mar 2005, 11:36
Contact:

Post by support » 26 Apr 2007, 11:04

Hello all!

Please find respective example at the following post: http://www.soft-gold.ru/forum/topic.asp?TOPIC_ID=638

Sergey.

Please post questions to the forum or write to support@cadsofttools.com

Post Reply