Provides printing services.

Namespace: FirstFloor.Documents.Controls
Assembly: FirstFloor.Documents.Controls (in FirstFloor.Documents.Controls.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
public class DocumentPrinter : ControlBase, 
	INotifyPropertyChanged
Visual Basic
Public Class DocumentPrinter _
	Inherits ControlBase _
	Implements INotifyPropertyChanged
Visual C++
public ref class DocumentPrinter : public ControlBase, 
	INotifyPropertyChanged

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          FirstFloor.Documents.Controls..::..ControlBase
            FirstFloor.Documents.Controls..::..DocumentPrinter

See Also