what is the best way to save images to print in wpf
WPF
1
Posts
1
Posters
0
Views
1
Watching
-
hi i am using wpf vs.net 2012 to do a simple optimization program for myself. my goal is to load from a png file and be able to print the file to a a4 size paper after editing it a little(like adding my name). at the moment i am using canvas control hold and print the image from. i notice that this does not seems to be the best option. is there a more efficient way then using canvas?