Difference between cadImport.Draw and cadImport.Print
Moderators: SDS, support, admin
Difference between cadImport.Draw and cadImport.Print
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.
Re: Difference between cadImport.Draw and cadImport.Print
oops.. I meant cadImage.Draw and cadImage.Print
Re: Difference between cadImport.Draw and cadImport.Print
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.
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
Chat support on Skype: cadsofttools.support