Print Screen in Silverlight
One of the simple tasks I needed to work on last week was to implement simple screen printing on certain screens in a Silverlight application. Once I got home, I wrote a very generic routine that could print any control at all. I wrote it as an extension method on System.Windows.Controls.Control class. I used a …