Printing in C# (wpf)
问题 I'm making a C# WPF program, and my program has to be able to print invoices, but I'm kinda struggling to find out how printing works in WPF... If I remember well from programming in winforms, there you'd use GDI+ to print. However, I assume that's not the case with WPF. I would be very happy if someone could point me in the right direction with some links to helpful documents or examples... 回答1: Printing in WPF is both simple and not so simple. But to point you to an introduction article,