Skip to main content
Silverlight 4 Rough Notes: Printing
Entry Date: Rate:
Site:
Keywords:
RSS Description:
There’s a new namespace in Silverlight 4 – System.Windows.Printing where you’ll find a few classes – the most important of which is the new PrintDocument which provides an event driven approach to printing. You construct one of these things, give it a name and tell it to print and then it calls you back to find out what it is you’d like to print.
Comments:

nice intro to Silverlight 4 printing, covers some advanced topics like how to add paging.

Missing managing with DPI, I think default on SL printing is 96 DPI.