I created a winform in c# and add a panel after when i click print the dialog box is open which says print preview but it does not show the content that i put in the panel, in the panel i add some picturebox label etc but it never shows in the print preview dialog, can you help me why?
private void printDocument1_PrintPage(object sender, PrintPageEventArgs e) CODE INSIDE THIS ONE SAYS: Argument cannot convert from int to System.Drawing.PointF Argument cannot convert from int to System.Drawing.RectangleF Argument cannot convert from int to System.Drawing.GraphicsUnit Any help?
You saved me, thanks!!
That helpt me in my project , thank you
Hello my brother so how can I print this directly on the printer instead of saving them as a PDF?
how can i print with landscap format?
Hello, how do I save the image to properties resources after uploading it?
The printed invoice works but if the contents of the invoice are not clear how to resolve it?
Thank you for video it was very goooooooood
thanks very mush pro good work
I created a winform in c# and add a panel after when i click print the dialog box is open which says print preview but it does not show the content that i put in the panel, in the panel i add some picturebox label etc but it never shows in the print preview dialog, can you help me why?
Hello dear , i have the same problem ,have you got solution?
Thank you so much for sharing
Hi. Can I know to perform this using visual basic???
Yes, online tool are available you just write C# code and convert into visual basic.
HOW TO AUTO ALIGN TEXT FILE WHEN PRINTING
private void printDocument1_PrintPage(object sender, PrintPageEventArgs e)
CODE INSIDE THIS ONE SAYS:
Argument cannot convert from int to System.Drawing.PointF
Argument cannot convert from int to System.Drawing.RectangleF
Argument cannot convert from int to System.Drawing.GraphicsUnit
Any help?
Hola amigo tengo una pregunta, ¿Cómo le hago para agregar otra hoja a la impresión??
Hola, le sugiero que use EasyHTMLReports disponible en NuGet Packages. Entonces puede imprimir varias hojas.
Thank you very much 👍👍👍👍👍👍❤❤❤❤❤
Thank you
would you mind pls plug-in you laptop ? that's annoying
LOOOOOOOOOL
Print the invoice immediately after saving C#
Hi, I suggest you use EasyHTMLReports available in NuGet Packages.
Error: Print(this.panelPrint); la palabra "Print" no existe en contexto actual