Provides data for the PrintPage event.
Public NotInheritable Class PrintPageEventArgs _ Inherits EventArgs
public sealed class PrintPageEventArgs : EventArgs
The PrintPageEventArgs type exposes the following members.
You can print the entire Silverlight control by setting the PageVisual property to the layout root of the Silverlight content. Alternatively, you can print a portion of the Silverlight control by setting PageVisual to the named UIElement that you want to print.
After the PrintPage event occurs, the specified PageVisual will be sent to the printer to be printed. If the content is too large to fit in to the PrintableArea, it will be clipped. If HasMorePages is true, PrintPage occurs again.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.