I coded a tool which prints small labels. Here“s my problem:
Every printed text on the label looks fine with e.Graphics.DrawString(...) -
Pictures printed with e.Graphics.DrawImage(...) look bad. Small parts like a Copyright-Sign is not readable.
DPI is set to 300 (maximum of printer).
I got those pictures in Vector/SVG-Format from Corel Draw - if I print the Corel Draw File it looks great!
How can I print SVG-Files or similar with C# (.NET 3.5 or 4.0)?
Greetings