Page 1 of 1

Error with custom paper size

Posted: Mon Nov 09, 2009 5:31 pm
by pyh
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 printed with letter size and has not been fitted on all page.

To check printer and his driver image was saved in file and then printed from Photoshop. And result was as I expected - image was printed in specified custom size.

I use printer Kodak T-200
GDPicture.Net version 6.4.0.10
.Net Framework version 3.5
tested on Vista and XP

sample code:

Code: Select all

System.Drawing.Bitmap image; //initialized in external code

try
{
    imageId = oGdPictureImaging.CreateGdPictureImageFromBitmap(image);
    oGdPictureImaging.PrintDialogFit(imageId);
}
finally
{
    if (imageId != 0)
    {
        oGdPictureImaging.ReleaseGdPictureImage(imageId);
        imageId = 0;
    }
}

Re: Error with custom paper size

Posted: Tue Nov 10, 2009 11:00 am
by Loïc
Hi,

We identified a little bug in our paper size management.

Bu the way, I hope we fixed your problem too.

Please, wait for the next minor release or send us a mail at esupport (at) gdpicture (dot) com to get a beta version.

With best regards,

Loïc

Re: Error with custom paper size

Posted: Wed Nov 11, 2009 4:53 pm
by pyh
Hi Loïc, thanks for reply.
How long I need to wait next release?

Re: Error with custom paper size

Posted: Wed Nov 11, 2009 5:28 pm
by Loïc
Hi,

Within 3 weeks.

Kind regards,

Loïc

Re: Error with custom paper size

Posted: Thu Nov 12, 2009 6:09 pm
by pyh
Thanks, but it's too long and problem is critical. I'll write to ask beta.