StandardPrintController Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies a print controller that sends information to a printer.
public ref class StandardPrintController : System::Drawing::Printing::PrintController
public class StandardPrintController : System.Drawing.Printing.PrintController
type StandardPrintController = class
inherit PrintController
Public Class StandardPrintController
Inherits PrintController
- Inheritance
Remarks
PrintDocument uses this class.
For more information on printing, see the System.Drawing.Printing namespace overview.
Constructors
StandardPrintController() |
Initializes a new instance of the StandardPrintController class. |
Properties
IsPreview |
Gets a value indicating whether the PrintController is used for print preview. (Inherited from PrintController) |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (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(PrintDocument, PrintPageEventArgs) |
Completes the control sequence that determines when and how to print a page of a document. |
OnEndPrint(PrintDocument, PrintEventArgs) |
Completes the control sequence that determines when and how to print a document. |
OnStartPage(PrintDocument, PrintPageEventArgs) |
Begins the control sequence that determines when and how to print a page in a document. |
OnStartPrint(PrintDocument, PrintEventArgs) |
Begins the control sequence that determines when and how to print a document. |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |