A PrintController controls how a PrintDocument is printed-- how a bunch of PrintPageEventArgs's are turned into actual printer output. PrintDocument.Print invokes PrintController.StartPrint, EndPrint, StartPage, and EndPage, which in turn tell the printer what to print. Print preview uses a specialized PrintController; most users will never need to touch a PrintController.
Object
PrintController
[Visual Basic] MustInherit Public Class PrintController [C#] public abstract class PrintController [C++] public __gc __abstract class PrintController [JScript] public abstract class PrintController
[To be supplied.]
Namespace: System.Drawing.Printing
Assembly: System.Drawing.dll