Northwoods.GoSilverlight 1.1.3 Assembly
PrintManager Class
Members  See Also  Send Feedback
Northwoods.GoXam Namespace : PrintManager Class

This class is responsible for printing a diagram.

Syntax

Visual Basic (Declaration) 
Public Class PrintManager 
   Inherits System.Windows.FrameworkElement
C# 
public class PrintManager : System.Windows.FrameworkElement 

Remarks

Call the PrintManager.Print method to perform printing. The Scale property governs the scale at which it should print; a value of Double.NaN causes it to "scale-to-fit" the page.

Although this class inherits from FrameworkElement in order to support data binding, it is not really a FrameworkElement or UIElement! Please ignore all of the properties, methods, and events defined by FrameworkElement and UIElement.

Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            Northwoods.GoXam.PrintManager

See Also