Difference between cadImport.Draw and cadImport.Print
Posted: 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.
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.