Search found 5 matches

by pyh
Fri Aug 13, 2010 4:01 pm
Forum: Document Printing
Topic: Exception in PrintBySize
Replies: 2
Views: 12833

Re: Exception in PrintBySize

Hi, Which code are you using to reproduce this error ? Kind regards, Loïc Hi, Loïc. It's very simple code: var imageId = 0; var oGdPictureImaging = new GdPicture.GdPictureImaging(); oGdPictureImaging.SetLicenseNumber(GdLicenseNumber); var gdiBitmap = imageToPrint.ToGdiplusBitmap(); imageId = oGdPic...
by pyh
Thu Aug 12, 2010 3:01 pm
Forum: Document Printing
Topic: Exception in PrintBySize
Replies: 2
Views: 12833

Exception in PrintBySize

Hi, I have an error when I'm trying to print image from programm. Exception ‘InvalidPrinterException’ - “No Printers are installed.” throws in method PrintBySize. In other programs (Paint for example) I can print without these error. GDPicture version: 6.7.0.8 Framework version: 3.5 My printer sets ...
by pyh
Thu Nov 12, 2009 6:09 pm
Forum: Document Printing
Topic: Error with custom paper size
Replies: 4
Views: 13577

Re: Error with custom paper size

Thanks, but it's too long and problem is critical. I'll write to ask beta.
by pyh
Wed Nov 11, 2009 4:53 pm
Forum: Document Printing
Topic: Error with custom paper size
Replies: 4
Views: 13577

Re: Error with custom paper size

Hi Loïc, thanks for reply.
How long I need to wait next release?
by pyh
Mon Nov 09, 2009 5:31 pm
Forum: Document Printing
Topic: Error with custom paper size
Replies: 4
Views: 13577

Error with custom paper size

Hi, I have problem with printing image when custom paper size is specified. I use PrintDialogFit() method to print image on entire page. Print dialog shows and I see that for my printer paper size specified as custom size (width=20.25 inches, height=12.5 inches). I click ok but image has been printe...