Page 1 of 1

Difference between cadImport.Draw and cadImport.Print

Posted: 02 Jul 2009, 00:10
by ezanagar
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.

Re: Difference between cadImport.Draw and cadImport.Print

Posted: 02 Jul 2009, 00:11
by ezanagar
oops.. I meant cadImage.Draw and cadImage.Print

Re: Difference between cadImport.Draw and cadImport.Print

Posted: 07 Jul 2009, 11:05
by support
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.