NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PrintController Class

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

Remarks

[To be supplied.]

Requirements

Namespace: System.Drawing.Printing

Assembly: System.Drawing.dll

See Also

PrintController Members | System.Drawing.Printing Namespace