This documentation is archived and is not being maintained.
StandardPrintController Class
Visual Studio 2010
Specifies a print controller that sends information to a printer.
System::Object
System.Drawing.Printing::PrintController
System.Drawing.Printing::StandardPrintController
System.Drawing.Printing::PrintController
System.Drawing.Printing::StandardPrintController
Assembly: System.Drawing (in System.Drawing.dll)
The StandardPrintController type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | StandardPrintController | Initializes a new instance of the StandardPrintController class. |
| Name | Description | |
|---|---|---|
![]() | IsPreview | Gets a value indicating whether the PrintController is used for print preview. (Inherited from PrintController.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnEndPage | Completes the control sequence that determines when and how to print a page of a document. (Overrides PrintController::OnEndPage(PrintDocument, PrintPageEventArgs).) |
![]() | OnEndPrint | Completes the control sequence that determines when and how to print a document. (Overrides PrintController::OnEndPrint(PrintDocument, PrintEventArgs).) |
![]() | OnStartPage | Begins the control sequence that determines when and how to print a page in a document. (Overrides PrintController::OnStartPage(PrintDocument, PrintPageEventArgs).) |
![]() | OnStartPrint | Begins the control sequence that determines when and how to print a document. (Overrides PrintController::OnStartPrint(PrintDocument, PrintEventArgs).) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
PrintDocument uses this class.
For more information on printing, see the System.Drawing.Printing namespace overview.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
