Difference between cadImport.Draw and cadImport.Print

Discuss and ask questions about CAD .NET library.

Moderators: SDS, support, admin

Post Reply
ezanagar
Posts: 10
Joined: 24 Sep 2008, 17:42

Difference between cadImport.Draw and cadImport.Print

Post by ezanagar » 02 Jul 2009, 00:10

I have a PLT file that prints differently when I use cadImport.Draw vs cadImport.Print

cadImport.Print results are correct.

For some reason cadImport.Draw has lines that are not smooth and my fonts are messed up.

Is there any way to use cadImport.Print(false,true) without prompting the user to select a printer.
I already have the PrinterSettings object so I am trying to set
_cadImage.PrintDialog.PrinterSettings = _printJobPrinterSettings; // my current printer selection
_cadImage.Print(false, true);


These 2 lines do not produce anything.

Any help is appreciated.

ezanagar
Posts: 10
Joined: 24 Sep 2008, 17:42

Re: Difference between cadImport.Draw and cadImport.Print

Post by ezanagar » 02 Jul 2009, 00:11

oops.. I meant cadImage.Draw and cadImage.Print

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

Re: Difference between cadImport.Draw and cadImport.Print

Post by support » 07 Jul 2009, 11:05

Hello.
There is no way to use CADImage.Print(false, true) within the current CADImage.dll version 7.1.3456.27883. We discussed this subject and made a decision to modify our library, so you will be able to use CADImage.Print(false, true) in our future versions. We will inform you when this modification will be implemented.

Alexander.
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

Post Reply