Defines a reusable object that sends output to the printer.
Object
Component
PrintDocument
[Visual Basic] Public Class PrintDocument Inherits Component [C#] public class PrintDocument : Component [C++] public __gc class PrintDocument : public Component [JScript] public class PrintDocument extends Component
Typically, you will instantiate a template, set some properties describing what to print, then call the Print method. A PrintPage event will be raised for each page; in order to print anything interesting, you must handle this event.
Namespace: System.Drawing.Printing
Assembly: System.Drawing.dll
PrintDocument Members | System.Drawing.Printing Namespace | PageSettings | PrintController | PrinterSettings