Page 1 of 1

PrintFit broken after upgrade

Posted: Mon Aug 16, 2010 11:13 pm
by rbgolfin
I upgraded to version 6.7.8 from 6.7.3. My code that used to print perfectly using printFit now is cutting off the left portion of the page. We have tested it on several printers and same effect on all. I have attached a print example of before and after the upgrade. Also here is my printing code:


moGdPictureImaging.PrintSetShowPrintingProgress(false);
moGdPictureImaging.PrintSetFromToPage(1, moGdPictureImaging.TiffGetPageCount(intTiffImageID));
moGdPictureImaging.PrintSetActivePrinter(oPrintDialog.PrinterSettings.PrinterName);
moGdPictureImaging.PrintFit(intTiffImageID);

Please help.

Re: PrintFit broken after upgrade

Posted: Tue Aug 17, 2010 10:07 am
by Loïc
Hi,

Could you attach the original image ?

Kind regards,

Loïc

Re: PrintFit broken after upgrade

Posted: Tue Aug 17, 2010 11:18 am
by Loïc
Hi,

I found the problem.
Then next update will fix it.

Kind regards,

Loïc