Search found 3 matches

by DerekLord
Tue Oct 21, 2014 7:47 pm
Forum: PDF
Topic: GdPicturePDF copies - prints too many
Replies: 3
Views: 3548

Re: GdPicturePDF copies - prints too many

Can you confirm that my current license codes are still valid to use for this version with the fix in?
by DerekLord
Wed Oct 15, 2014 8:40 pm
Forum: PDF
Topic: GdPicturePDF copies - prints too many
Replies: 3
Views: 3548

GdPicturePDF copies - prints too many

I am printing a single page PDF, when I set oGdPicturePDF.PrintSetCopies to more than 1 it prints too many pages. copies = 1 prints 1 page copies = 2 prints 4 pages. Same happens when I call PrintDialogFit and set the copies in the dialog. Reference in my Visual Studio says it is Runtime Version: v4...
by DerekLord
Thu Oct 09, 2014 6:41 pm
Forum: PDF
Topic: PrintFit vs PrintDialogFit performance
Replies: 1
Views: 5116

PrintFit vs PrintDialogFit performance

I have a 99kb 3 page PDF file. I want to print direct to printer without the dialog but I get vastly different times when I call PrintFit vs PrindDialogFit to print the PDF. PrintFit = 40 seconds PrintDialogFit - 7 seconds My code sample is C# Wndows Form, Visual Studio 2013, GdPicture v10.0.0.14 , ...