Skip to main content
Silverlight 4's Printing Support
Entry Date: Rate:
Site:
Keywords:
RSS Description:
The Silverlight 4 printing support allows you to specify a XAML tree to print. Overall its pretty simple. It all starts with the PrintDocument class. This class exposes several events that are used to call back to ask you about how to print individual pages.
Comments:

Good intro to Silverlight 4 printing features, you will find here how it works, advantages and limitations of this implementation.

The code is Beta based, you will need to make some small tweakings to make it work.