StandardPrintController

StandardPrintController

System.Drawing.Printing (system.drawing.dll) class

This class implements PrintController to send the print information to a standard printer. You typically set an instance of this class into the PrintDocument.PrintController property to determine how a document will be printed. See PrintDocument for more information on the printing process.

 public class  StandardPrintController  : PrintController {  // Public Constructors  public  StandardPrintController  ();  // Public Instance Methods  public override void  OnEndPage  (PrintDocument  document  , PrintPageEventArgs  e  );  // overrides PrintController  public override void  OnEndPrint  (PrintDocument  document  , PrintEventArgs  e  );  // overrides PrintController  public override Graphics  OnStartPage  (PrintDocument  document  , PrintPageEventArgs  e  );  // overrides PrintController  public override void  OnStartPrint  (PrintDocument  document  , PrintEventArgs  e  );  // overrides PrintController  } 

Hierarchy

System.Object PrintController StandardPrintController



. Net Windows Forms in a Nutshell
.NET Windows Forms in a Nutshell
ISBN: 0596003382
EAN: 2147483647
Year: 2002
Pages: 794

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net