Introduction
Some time ago Corey Schuman published the article A look at the Printing API in Silverlight 4 right here on SilverlightShow.net. The article deals with the basics of printing in Silverlight 4, using a WYSIWYG approach. In this article we want to look into a more advanced scenario of printing, where WYSIWYG is not the best approach. We’ll take a look at how to print text in such a way that it will fit on the page and we’ll look into printing more than one page.
Before we start, a screenprint of what we’re building:
And if you want to have a look at the result, you can do so here.